summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
...
* [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-1/+2
* [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-0/+2
* [libpng16] Imported from libpng-1.6.32beta10.tarv1.6.32beta10Glenn Randers-Pehrson2017-08-041-1/+1
* [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-1/+3
* [libpng16] Bump version to 1.6.32beta10Glenn Randers-Pehrson2017-08-031-0/+2
* [libpng16] Imported from libpng-1.6.32beta09.tarv1.6.32beta09Glenn Randers-Pehrson2017-08-031-0/+1
* [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-0/+2
* [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-1/+3
* [libpng16] Bump version to 1.6.32beta08Glenn Randers-Pehrson2017-08-021-1/+3
* [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-1/+2
* [libpng16] Bump version to 1.6.32beta07Glenn Randers-Pehrson2017-08-021-0/+2
* [libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson2017-08-021-0/+3
* [libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson2017-08-021-0/+5
* [libpng16] Bump version to 1.6.32beta04Glenn Randers-Pehrson2017-08-011-0/+2
* [libpng16] Imported from libpng-1.6.32beta03.tarv1.6.32beta03Glenn Randers-Pehrson2017-08-011-1/+1
* [libpng16] Stop memory leak when returning from png_handle_eXIf() with an errorGlenn Randers-Pehrson2017-08-011-3/+4
* [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-1/+1
* [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-0/+2
* [libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()Glenn Randers-Pehrson2017-07-311-0/+3
* [libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson2017-07-311-0/+4
* [libpng16] Avoid possible NULL dereference in png_handle_eXIf when benign_errorsGlenn Randers-Pehrson2017-07-301-1/+3
* [libpng16] Bump version to 1.6.32beta01Glenn Randers-Pehrson2017-07-271-0/+2
* [libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signedGlenn Randers-Pehrson2017-07-271-0/+3
* [libpng16] Fixed typo in example.c (png_free_image should be png_image_free)Glenn Randers-Pehrson2017-07-251-0/+4
* [libpng16] Imported from libpng-1.6.31rc01.tarv1.6.31rc01Glenn Randers-Pehrson2017-07-191-0/+3
* [libpng16] Revised the eXIf chunk in pngtest.png to fix "Bad IFD1 Directory" ...Glenn Randers-Pehrson2017-07-181-0/+3
* [libpng16] Imported from libpng-1.6.31beta06.tarv1.6.31beta06Glenn Randers-Pehrson2017-07-171-1/+1
* [libpng16] Added a minimal eXIf chunk (with Orientation and FocalLengthIn35mm...Glenn Randers-Pehrson2017-07-161-1/+3
* [libpng16] Bump version to 1.6.31beta06Glenn Randers-Pehrson2017-07-131-0/+2
* [libpng16] Imported from libpng-1.6.31beta05.tarv1.6.31beta05Glenn Randers-Pehrson2017-07-131-1/+1
* [libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson2017-07-131-0/+1
* [libpng16] Bump version to 1.6.31beta05Glenn Randers-Pehrson2017-07-111-0/+2
* [libpng16] Imported from libpng-1.6.31beta04.tarv1.6.31beta04Glenn Randers-Pehrson2017-07-111-1/+1