From b0d14c7d13c9b3e7ac8ff6d79d9ab45f862b2c26 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 22 Aug 2017 13:58:59 -0500 Subject: 'libpng16] Imported more files into the contrib/oss-fuzz directory --- contrib/oss-fuzz/libpng_read_fuzzer.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'contrib/oss-fuzz/libpng_read_fuzzer.cc') diff --git a/contrib/oss-fuzz/libpng_read_fuzzer.cc b/contrib/oss-fuzz/libpng_read_fuzzer.cc index e7773ea72..c2ab71950 100644 --- a/contrib/oss-fuzz/libpng_read_fuzzer.cc +++ b/contrib/oss-fuzz/libpng_read_fuzzer.cc @@ -5,9 +5,12 @@ // Use of this source code is governed by a BSD-style license that may // be found in the LICENSE file https://cs.chromium.org/chromium/src/LICENSE -// The modifications by Glenn Randers-Pehrson include the addition of a -// PNG_CLEANUP macro and setting the option to ignore ADLER32 checksums. +// Last changed in libpng 1.6.32 [(PENDING RELEASE)] +// The modifications in 2017 by Glenn Randers-Pehrson include +// 1. addition of a PNG_CLEANUP macro, +// 2. setting the option to ignore ADLER32 checksums, +// 3. adding "#include " which is needed on some platforms. #include #include -- cgit v1.2.1