From 4e9839d4536e5509c9409ff99f96dc57addebf8d Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 5 Sep 2017 18:51:36 -0500 Subject: [PATCH] [libpng16] Update "last changed" date in contrib/oss-fuzz/*.cc --- contrib/oss-fuzz/libpng_read_fuzzer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/oss-fuzz/libpng_read_fuzzer.cc b/contrib/oss-fuzz/libpng_read_fuzzer.cc index 5003a8a07..fd13bcdac 100644 --- a/contrib/oss-fuzz/libpng_read_fuzzer.cc +++ b/contrib/oss-fuzz/libpng_read_fuzzer.cc @@ -5,7 +5,7 @@ // 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 -// Last changed in libpng 1.6.33beta02 [September 4, 2017] +// Last changed in libpng 1.6.33beta03 [September 5, 2017] // The modifications in 2017 by Glenn Randers-Pehrson include // 1. addition of a PNG_CLEANUP macro,