From f7e108b2d0c2f67a143e99693df084bfff7037ec Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 6 Jun 2016 08:48:50 -0700 Subject: XFA PNG Fuzzer This CL creates a fuzzer for the CCodec_PngModule code. BUG=chromium:616838 Review-Url: https://codereview.chromium.org/2047453002 --- testing/libfuzzer/fuzzers.gyp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'testing/libfuzzer/fuzzers.gyp') diff --git a/testing/libfuzzer/fuzzers.gyp b/testing/libfuzzer/fuzzers.gyp index 1f04baa77f..2339b5812e 100644 --- a/testing/libfuzzer/fuzzers.gyp +++ b/testing/libfuzzer/fuzzers.gyp @@ -59,6 +59,17 @@ 'unittest_main.cc', ], }, + { + 'target_name': 'pdf_codec_png_fuzzer', + 'type': 'executable', + 'dependencies': [ + '../../pdfium.gyp:pdfium', + ], + 'sources': [ + 'pdf_codec_png_fuzzer.cc', + 'unittest_main.cc', + ], + }, ], }], ['OS=="linux"', { -- cgit v1.2.3