aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2017-08-24[libpng16] Imported from libpng-1.6.32.tarGlenn Randers-Pehrson
2017-08-22[libpng16] Bump version to 1.6.32rc03Glenn Randers-Pehrson
2017-08-22[libpng16] Bump version to 1.6.32rc02Glenn Randers-Pehrson
2017-08-21[libpng16] Added contrib/oss-fuzz directoryGlenn Randers-Pehrson
2017-08-18[libpng16] Imported from libpng-1.6.32rc01.tarGlenn Randers-Pehrson
2017-08-11[libpng16] Renamed chunks in contrib/testpngs/crashers to avoid having filesGlenn Randers-Pehrson
2017-08-07[libpng16] Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.cGlenn Randers-Pehrson
2017-08-07[libpng16] Imported from libpng-1.6.32beta11.tarGlenn Randers-Pehrson
2017-08-06[libpng16] Check that the eXIf chunk has at least 2 bytes and beginsGlenn Randers-Pehrson
2017-08-06[libpng16] Relocate the iCCP length test to a point after reading the keywordGlenn Randers-Pehrson
2017-08-06[libpng16] Increase minimum zlib stream from 9 to 14 in png_handle_iCCP(),Glenn Randers-Pehrson
2017-08-05[lbpng16] Attempt to fix a UMR in png_set_text_2() to fix OSS-fuzz issue.Glenn Randers-Pehrson
2017-08-05[libpng16] Initialize profile_header[] in png_handle_iCCP() to fix OSS-fuzz i...Glenn Randers-Pehrson
2017-08-05[Libpng16] Relocated setting free_me for eXIf data, to stop an OSS-fuzz leak.Glenn Randers-Pehrson
2017-08-05[libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson
2017-08-05[libpng] Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashersGlenn Randers-Pehrson
2017-08-05[libpng16] Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunk...Glenn Randers-Pehrson
2017-08-04[libpng16] Bump version to 1.6.32beta11Glenn Randers-Pehrson
2017-08-04[libpng16] Imported from libpng-1.6.32beta10.tarGlenn Randers-Pehrson
2017-08-04[lbipng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1() and theGlenn Randers-Pehrson
2017-08-04[libpng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1().Glenn Randers-Pehrson
2017-08-04[lbpng16] Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).Clifford Yapp
2017-08-04[libpng16] Moved bad pngs from tests to contrib/libtests/crashersGlenn Randers-Pehrson
2017-08-04[libpng16] Moved chunk-length check into a png_check_chunk_length() privateGlenn Randers-Pehrson
2017-08-03[libpng16] Bump version to 1.6.32beta10Glenn Randers-Pehrson
2017-08-03[libpng16] Imported from libpng-1.6.32beta09.tarGlenn Randers-Pehrson
2017-08-03[libpng16] Restored IDAT length check. Previously the calculated limit was fiveGlenn Randers-Pehrson
2017-08-03[libpng16] Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,Glenn Randers-Pehrson
2017-08-03[libpng16] Temporarily disable IDAT length-limiting.Glenn Randers-Pehrson
2017-08-03[libpng16] Bump version to 1.6.32beta09Glenn Randers-Pehrson
2017-08-03[libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because strlen(eXIf...Glenn Randers-Pehrson
2017-08-03[libpng16] Check length of IDAT against maximum possible IDAT size, accountingGlenn Randers-Pehrson
2017-08-02[libpng16] Bump version to 1.6.32beta08Glenn Randers-Pehrson
2017-08-02[libpng16] Imported from libpng-1.6.32beta07.tarGlenn Randers-Pehrson
2017-08-02[libng16] Check length of all chunks except IDAT against user limit.Glenn Randers-Pehrson
2017-08-02[libpng16] Bump version to 1.6.32beta07Glenn Randers-Pehrson
2017-08-02[libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson
2017-08-02[libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson
2017-08-01[libpng16] Bump version to 1.6.32beta04Glenn Randers-Pehrson
2017-08-01[libpng16] Imported from libpng-1.6.32beta03.tarGlenn Randers-Pehrson
2017-08-01[libpng16] Stop memory leak when returning from png_handle_eXIf() with an errorGlenn Randers-Pehrson
2017-08-01[libpng16] Initialized btoa[] in pngstest.c; stop memory leak in png_handle_e...Glenn Randers-Pehrson
2017-07-31[libpng16] updated tests/pngunknown-sAPI; it works now.Glenn Randers-Pehrson
2017-07-31[libpng16] Updated contrib/libtests/pngunknown.c with eXIf chunk. Note:Glenn Randers-Pehrson
2017-07-31[libpng16] Bump version to 1.6.32beta02Glenn Randers-Pehrson
2017-07-31[libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()Glenn Randers-Pehrson
2017-07-31[libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson
2017-07-30[libpng16] Avoid possible NULL dereference in png_handle_eXIf when benign_errorsGlenn Randers-Pehrson
2017-07-27[libpng16] Bump version to 1.6.32beta01Glenn Randers-Pehrson
2017-07-27[libpng16] Imported from libpng-1.6.31.tarGlenn Randers-Pehrson