summaryrefslogtreecommitdiff
path: root/contrib/oss-fuzz/libpng_read_fuzzer.cc
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-08-22 13:58:59 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-08-22 13:58:59 -0500
commitb0d14c7d13c9b3e7ac8ff6d79d9ab45f862b2c26 (patch)
treee0c81b2d059cd7d9b151c192344596489ecd55cc /contrib/oss-fuzz/libpng_read_fuzzer.cc
parent735fde494a032f7308d2781aebcf01d0ac2702fe (diff)
downloadlibpng-b0d14c7d13c9b3e7ac8ff6d79d9ab45f862b2c26.tar.gz
'libpng16] Imported more files into the contrib/oss-fuzz directory
Diffstat (limited to 'contrib/oss-fuzz/libpng_read_fuzzer.cc')
-rw-r--r--contrib/oss-fuzz/libpng_read_fuzzer.cc7
1 files changed, 5 insertions, 2 deletions
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 <string.h>" which is needed on some platforms.
#include <stddef.h>
#include <stdint.h>