[libpng16] Renamed chunks in contrib/testpngs/crashers to avoid having files

whose names differ only in case; this causes problems with some platforms
(github issue #172).
This commit is contained in:
Glenn Randers-Pehrson 2017-08-11 06:36:53 -05:00
parent c5f801c82b
commit d19e8b9a4b
4 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Libpng 1.6.32beta12 - August 7, 2017 Libpng 1.6.32beta12 - August 11, 2017
This is not intended to be a public release. It will be replaced This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version. within a few weeks by a public version or by another test version.
@ -94,11 +94,14 @@ Version 1.6.32beta11 [August 7, 2017]
after the keyword has been read. after the keyword has been read.
Check that the eXIf chunk has at least 2 bytes and begins with "II" or "MM". Check that the eXIf chunk has at least 2 bytes and begins with "II" or "MM".
Version 1.6.32beta12 [August 7, 2017] Version 1.6.32beta12 [August 11, 2017]
Added a set of "huge_xxxx_chunk.png" files to contrib/testpngs/crashers, Added a set of "huge_xxxx_chunk.png" files to contrib/testpngs/crashers,
one for each known chunk type, with length = 2GB-1. one for each known chunk type, with length = 2GB-1.
Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.c to stop Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.c to stop
some Coverity issues (162705, 162706, and 162707). some Coverity issues (162705, 162706, and 162707).
Renamed chunks in contrib/testpngs/crashers to avoid having files whose
names differ only in case; this causes problems with some platforms
(github issue #172).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -5977,11 +5977,14 @@ Version 1.6.32beta11 [August 7, 2017]
after the keyword has been read. after the keyword has been read.
Check that the eXIf chunk has at least 2 bytes and begins with "II" or "MM". Check that the eXIf chunk has at least 2 bytes and begins with "II" or "MM".
Version 1.6.32beta12 [August 7, 2017] Version 1.6.32beta12 [August 11, 2017]
Added a set of "huge_xxxx_chunk.png" files to contrib/testpngs/crashers, Added a set of "huge_xxxx_chunk.png" files to contrib/testpngs/crashers,
one for each known chunk type, with length = 2GB-1. one for each known chunk type, with length = 2GB-1.
Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.c to stop Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.c to stop
some Coverity issues (162705, 162706, and 162707). some Coverity issues (162705, 162706, and 162707).
Renamed chunks in contrib/testpngs/crashers to avoid having files whose
names differ only in case; this causes problems with some platforms
(github issue #172).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

Before

Width:  |  Height:  |  Size: 57 B

After

Width:  |  Height:  |  Size: 57 B

View File

Before

Width:  |  Height:  |  Size: 57 B

After

Width:  |  Height:  |  Size: 57 B