summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.32rc02.tarv1.6.32rc02Glenn Randers-Pehrson2017-08-221-2/+2
* [libpng16] Bump version to 1.6.32rc02Glenn Randers-Pehrson2017-08-2224-60/+60
* 'libpng16] Imported more files into the contrib/oss-fuzz directoryGlenn Randers-Pehrson2017-08-226-6/+131
* [lbpng16] Clarified licensing info in contrib/oss-fuzz/*Glenn Randers-Pehrson2017-08-212-5/+8
* [libpng16] Use png_handler.png_ptr instead of read_ptr in png_set_options(()Glenn Randers-Pehrson2017-08-211-1/+1
* [libpng16] Added contrib/oss-fuzz directoryGlenn Randers-Pehrson2017-08-214-1/+162
* [libpng16] Imported from libpng-1.6.32rc01.tarv1.6.32rc01Glenn Randers-Pehrson2017-08-1826-71/+82
* [libpng16]Fix several "{" that were written in a different coding style;Glenn Randers-Pehrson2017-08-111-4/+10
* [libpng16] specify full path name of huge_*safe_to_copy.png in pngtest-badpngsGlenn Randers-Pehrson2017-08-111-1/+1
* [libpng16] Revise tests/pngtest-badpngs to include the two renamed huge* files.Glenn Randers-Pehrson2017-08-111-1/+2
* [libpng16] Renamed chunks in contrib/testpngs/crashers to avoid having filesGlenn Randers-Pehrson2017-08-114-3/+9
* [libpng16] Fix typoGlenn Randers-Pehrson2017-08-071-1/+1
* [libpng16] Bump version to 1.6.32beta12Glenn Randers-Pehrson2017-08-0722-45/+45
* [libpng16] Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.cGlenn Randers-Pehrson2017-08-074-10/+22
* [libpng16] Made the huge_*_chunk.png files smaller. I could have removed theGlenn Randers-Pehrson2017-08-0718-0/+0
* [libpng16] Added contrib/testpngs/crashers/huge-XXXX-chunk.pngGlenn Randers-Pehrson2017-08-0719-0/+1
* [libpng16] Imported from libpng-1.6.32beta11.tarv1.6.32beta11Glenn Randers-Pehrson2017-08-0715-25/+26
* [libpng16] Rename bad_iccp.png, huge_idat.png to bad_iCCP.png, huge_iDAT.pngGlenn Randers-Pehrson2017-08-073-2/+2
* [libpng16] Free eXIf_buf when detecting bad byte-order specifier.Glenn Randers-Pehrson2017-08-071-0/+2
* [libpng16] Removed JuNK and JuNk chunks from empty_ancillary_chunks.png test ...Glenn Randers-Pehrson2017-08-061-0/+0
* Fix typo (1 should be 2) in png_handle_eXIfGlenn Randers-Pehrson2017-08-061-1/+1
* [libpng16] Check that the eXIf chunk has at least 2 bytes and beginsGlenn Randers-Pehrson2017-08-063-0/+16
* [libpng16] Test or 11 bytes instead of 14 after the iCCP keyword has been read.Glenn Randers-Pehrson2017-08-061-12/+20
* [libpng16] Relocate the iCCP length test to a point after reading the keywordGlenn Randers-Pehrson2017-08-063-12/+17
* [libpng16] Increase minimum zlib stream from 9 to 14 in png_handle_iCCP(),Glenn Randers-Pehrson2017-08-063-4/+9
* [lbpng16] Attempt to fix a UMR in png_set_text_2() to fix OSS-fuzz issue.Glenn Randers-Pehrson2017-08-053-17/+26
* [libpng16] Initialize profile_header[] in png_handle_iCCP() to fix OSS-fuzz i...Glenn Randers-Pehrson2017-08-053-1/+3
* [Libpng16] Relocated setting free_me for eXIf data, to stop an OSS-fuzz leak.Glenn Randers-Pehrson2017-08-053-4/+7
* [libpng16] Make png_check_chunk_length|name() parameters constGlenn Randers-Pehrson2017-08-053-9/+9
* [libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson2017-08-055-6/+6
* [libpng] Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashersGlenn Randers-Pehrson2017-08-055-6/+14
* [libpng16] Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunk...Glenn Randers-Pehrson2017-08-053-0/+3
* [libpng16] Bump version to 1.6.32beta11Glenn Randers-Pehrson2017-08-0424-53/+57
* [libpng16] Imported from libpng-1.6.32beta10.tarv1.6.32beta10Glenn Randers-Pehrson2017-08-0415-28/+26
* [libpng16] Insert a newline at beginning of libpng warning in pngtest.cGlenn Randers-Pehrson2017-08-041-1/+1
* [libpng16] Added contrib/testpngs/crashers/bad_iccp.pngGlenn Randers-Pehrson2017-08-042-0/+1
* [lbipng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1() and theGlenn Randers-Pehrson2017-08-044-4/+7
* [libpng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1().Glenn Randers-Pehrson2017-08-046-15/+21
* [lbpng16] Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).Clifford Yapp2017-08-043-2/+4
* [libpng16] Moved bad pngs from tests to contrib/libtests/crashersGlenn Randers-Pehrson2017-08-047-4/+41
* [libpng16] Moved chunk-length check into a png_check_chunk_length() privateGlenn Randers-Pehrson2017-08-045-66/+51
* [libpng16] Removed a left-over debugging "printf" statement from pngrutil.cGlenn Randers-Pehrson2017-08-041-2/+0
* [libpng16] Bump version to 1.6.32beta10Glenn Randers-Pehrson2017-08-0324-53/+57
* [libpng16] Imported from libpng-1.6.32beta09.tarv1.6.32beta09Glenn Randers-Pehrson2017-08-035-2/+5
* [libpng16] Restored IDAT length check. Previously the calculated limit was fiveGlenn Randers-Pehrson2017-08-034-15/+9
* [libpng16] Use png_debug2() instead of printf() for bug reporting.Glenn Randers-Pehrson2017-08-032-4/+4
* [libpng16] Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,Glenn Randers-Pehrson2017-08-033-38/+63
* [libpng16] Temporarily disable IDAT length-limiting.Glenn Randers-Pehrson2017-08-033-3/+5
* [libpng16] Disabled new limit test on IDAT chunks. It was producing too smallGlenn Randers-Pehrson2017-08-032-2/+18
* [libpng16] Bump version to 1.6.32beta09Glenn Randers-Pehrson2017-08-0324-53/+57