summaryrefslogtreecommitdiff
path: root/ANNOUNCE
Commit message (Expand)AuthorAgeFilesLines
...
* [libpng16] Imported from libpng-1.6.33beta01.tarv1.6.33beta01Glenn Randers-Pehrson2017-08-281-3/+0
* [libpng16] Fixed off-by-one error in png_do_check_palette_indexes() (Bug reportGlenn Randers-Pehrson2017-08-281-0/+2
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-281-0/+1
* [libpng16] Added PNGMINUS_UNUSED macro to contrib/pngminus/p*.c and addedGlenn Randers-Pehrson2017-08-281-1/+3
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-67/+11
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-38/+9
* [libpng16] Bump version to 1.6.32rc03Glenn Randers-Pehrson2017-08-221-8/+10
* [libpng16] Bump version to 1.6.32rc02Glenn Randers-Pehrson2017-08-221-10/+10
* [libpng16] Added contrib/oss-fuzz directoryGlenn Randers-Pehrson2017-08-211-1/+5
* [libpng16] Imported from libpng-1.6.32rc01.tarv1.6.32rc01Glenn Randers-Pehrson2017-08-181-11/+12
* [libpng16] Renamed chunks in contrib/testpngs/crashers to avoid having filesGlenn Randers-Pehrson2017-08-111-2/+5
* [libpng16] Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.cGlenn Randers-Pehrson2017-08-071-8/+14
* [libpng16] Imported from libpng-1.6.32beta11.tarv1.6.32beta11Glenn Randers-Pehrson2017-08-071-2/+2
* [libpng16] Check that the eXIf chunk has at least 2 bytes and beginsGlenn Randers-Pehrson2017-08-061-0/+1
* [libpng16] Relocate the iCCP length test to a point after reading the keywordGlenn Randers-Pehrson2017-08-061-1/+2
* [libpng16] Increase minimum zlib stream from 9 to 14 in png_handle_iCCP(),Glenn Randers-Pehrson2017-08-061-0/+2
* [lbpng16] Attempt to fix a UMR in png_set_text_2() to fix OSS-fuzz issue.Glenn Randers-Pehrson2017-08-051-0/+2
* [libpng16] Initialize profile_header[] in png_handle_iCCP() to fix OSS-fuzz i...Glenn Randers-Pehrson2017-08-051-0/+1
* [Libpng16] Relocated setting free_me for eXIf data, to stop an OSS-fuzz leak.Glenn Randers-Pehrson2017-08-051-2/+3
* [libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson2017-08-051-0/+1
* [libpng] Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashersGlenn Randers-Pehrson2017-08-051-0/+2
* [libpng16] Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunk...Glenn Randers-Pehrson2017-08-051-0/+1
* [libpng16] Bump version to 1.6.32beta11Glenn Randers-Pehrson2017-08-041-8/+10
* [libpng16] Imported from libpng-1.6.32beta10.tarv1.6.32beta10Glenn Randers-Pehrson2017-08-041-2/+2
* [lbipng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1() and theGlenn Randers-Pehrson2017-08-041-1/+2
* [libpng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1().Glenn Randers-Pehrson2017-08-041-0/+1
* [lbpng16] Require cmake-3.0.2 in CMakeLists.txt (Clifford Yapp).Clifford Yapp2017-08-041-0/+1
* [libpng16] Moved bad pngs from tests to contrib/libtests/crashersGlenn Randers-Pehrson2017-08-041-0/+4
* [libpng16] Moved chunk-length check into a png_check_chunk_length() privateGlenn Randers-Pehrson2017-08-041-2/+4
* [libpng16] Bump version to 1.6.32beta10Glenn Randers-Pehrson2017-08-031-8/+10
* [libpng16] Imported from libpng-1.6.32beta09.tarv1.6.32beta09Glenn Randers-Pehrson2017-08-031-1/+2
* [libpng16] Restored IDAT length check. Previously the calculated limit was fiveGlenn Randers-Pehrson2017-08-031-1/+0
* [libpng16] Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,Glenn Randers-Pehrson2017-08-031-0/+2
* [libpng16] Temporarily disable IDAT length-limiting.Glenn Randers-Pehrson2017-08-031-1/+2
* [libpng16] Bump version to 1.6.32beta09Glenn Randers-Pehrson2017-08-031-8/+10
* [libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because strlen(eXIf...Glenn Randers-Pehrson2017-08-031-0/+2
* [libpng16] Check length of IDAT against maximum possible IDAT size, accountingGlenn Randers-Pehrson2017-08-031-0/+2
* [libpng16] Bump version to 1.6.32beta08Glenn Randers-Pehrson2017-08-021-9/+11
* [libpng16] Imported from libpng-1.6.32beta07.tarv1.6.32beta07Glenn Randers-Pehrson2017-08-021-1/+2
* [libng16] Check length of all chunks except IDAT against user limit.Glenn Randers-Pehrson2017-08-021-2/+3
* [libpng16] Bump version to 1.6.32beta07Glenn Randers-Pehrson2017-08-021-8/+10
* [libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson2017-08-021-8/+11
* [libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson2017-08-021-8/+13
* [libpng16] Bump version to 1.6.32beta04Glenn Randers-Pehrson2017-08-011-8/+10
* [libpng16] Stop memory leak when returning from png_handle_eXIf() with an errorGlenn Randers-Pehrson2017-08-011-3/+4
* [libpng16] Bump version to 1.6.32beta03Glenn Randers-Pehrson2017-08-011-8/+8
* [libpng16] Initialized btoa[] in pngstest.c; stop memory leak in png_handle_e...Glenn Randers-Pehrson2017-08-011-0/+4
* [libpng16] updated tests/pngunknown-sAPI; it works now.Glenn Randers-Pehrson2017-07-311-2/+2
* [libpng16] Updated contrib/libtests/pngunknown.c with eXIf chunk. Note:Glenn Randers-Pehrson2017-07-311-0/+1
* [libpng16] Bump version to 1.6.32beta02Glenn Randers-Pehrson2017-07-311-8/+10