Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Issue 2342203006: Add fuzzer for fax codec (Closed)

Created:
4 years, 3 months ago by kcwu
Modified:
4 years, 3 months ago
Reviewers:
Tom Sepez
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
M testing/libfuzzer/BUILD.gn View 1 chunk +15 lines, -0 lines 0 comments Download
A testing/libfuzzer/pdf_codec_fax_fuzzer.cc View 1 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
kcwu
PTAL, thanks I don't know how to handle endian in pdfium, so I have GetInteger() ...
4 years, 3 months ago (2016-09-17 13:23:33 UTC) #2
Tom Sepez
https://codereview.chromium.org/2342203006/diff/1/testing/libfuzzer/pdf_codec_fax_fuzzer.cc File testing/libfuzzer/pdf_codec_fax_fuzzer.cc (right): https://codereview.chromium.org/2342203006/diff/1/testing/libfuzzer/pdf_codec_fax_fuzzer.cc#newcode26 testing/libfuzzer/pdf_codec_fax_fuzzer.cc:26: int Columns = std::max(1, std::min(USHRT_MAX, GetInteger(data + 12))); Why ...
4 years, 3 months ago (2016-09-19 16:28:48 UTC) #3
Tom Sepez
On 2016/09/17 13:23:33, kcwu wrote: > PTAL, thanks > > I don't know how to ...
4 years, 3 months ago (2016-09-19 16:29:32 UTC) #4
Tom Sepez
4 years, 3 months ago (2016-09-19 16:29:37 UTC) #5
kcwu
https://codereview.chromium.org/2342203006/diff/1/testing/libfuzzer/pdf_codec_fax_fuzzer.cc File testing/libfuzzer/pdf_codec_fax_fuzzer.cc (right): https://codereview.chromium.org/2342203006/diff/1/testing/libfuzzer/pdf_codec_fax_fuzzer.cc#newcode26 testing/libfuzzer/pdf_codec_fax_fuzzer.cc:26: int Columns = std::max(1, std::min(USHRT_MAX, GetInteger(data + 12))); On ...
4 years, 3 months ago (2016-09-19 16:38:48 UTC) #6
Tom Sepez
Ok, can we see what happens if we remove them? We might discover ways to ...
4 years, 3 months ago (2016-09-19 16:41:25 UTC) #7
kcwu
On 2016/09/19 16:41:25, Tom Sepez wrote: > Ok, can we see what happens if we ...
4 years, 3 months ago (2016-09-19 16:58:34 UTC) #8
Tom Sepez
lgtm
4 years, 3 months ago (2016-09-19 17:45:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2342203006/20001
4 years, 3 months ago (2016-09-19 17:52:34 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 18:06:35 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/b1a7134afb4fe5d47ebbc4f728cf97eaa173...

Powered by Google App Engine
This is Rietveld 408576698