'libpng16] Imported more files into the contrib/oss-fuzz directory

This commit is contained in:
Glenn Randers-Pehrson
2017-08-22 13:58:59 -05:00
parent 735fde494a
commit b0d14c7d13
6 changed files with 131 additions and 6 deletions

View File

@@ -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>