aboutsummaryrefslogtreecommitdiff
path: root/pngrutil.c
AgeCommit message (Expand)Author
2017-08-03[libpng16] Restored IDAT length check. Previously the calculated limit was fiveGlenn Randers-Pehrson
2017-08-03[libpng16] Use png_debug2() instead of printf() for bug reporting.Glenn Randers-Pehrson
2017-08-03[libpng16] Disabled new limit test on IDAT chunks. It was producing too smallGlenn 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[libng16] Check length of all chunks except IDAT against user limit.Glenn Randers-Pehrson
2017-08-02[libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson
2017-08-02[libpng16] Eliminate local eXIf_buf from png_handle_eXIf()Glenn 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] Update "Last changed" dates and some copyright yearsGlenn 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] Imported from libpng-1.6.31.tarGlenn Randers-Pehrson
2017-07-13[libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson
2017-07-11[libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler
2017-06-29[libpng16] Update some "last changed" datesGlenn Randers-Pehrson
2017-04-22[libpng16] Imported from libpng-1.6.30beta02.tarGlenn Randers-Pehrson
2017-03-30[libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson
2017-03-29silence clang -Wcomma warningsViktor Szakats
2017-03-16[libpng16] Imported from libpng-1.6.29.tarGlenn Randers-Pehrson
2017-03-01[libpng16] Change test ZLIB_VERNUM >= 0x1281 to ZLIB_VERNUM >= 0x1290 inGlenn Randers-Pehrson
2017-01-12[libpng16] Update credits to include Google Inc, for the Intel/SSE patch.Glenn Randers-Pehrson
2017-01-05[libpng16] Bump version to 1.6.29beta01Glenn Randers-Pehrson
2017-01-05[libpng16] Imported from libpng-1.6.28.tarGlenn Randers-Pehrson
2016-12-30[libpng16] Bump version to 1.6.28beta01Glenn Randers-Pehrson
2016-12-29[libpng16] Bump version to 1.6.27Glenn Randers-Pehrson
2016-12-26[libpng16] PNG_IGNORE_ALDLER32_SUPPORTED -> PNG_IGNORE_ADLER32 in pngtest.cGlenn Randers-Pehrson
2016-12-26[libpng16] Control ADLER32 checking with new PNG_IGNORE_ADLER32 option.Glenn Randers-Pehrson
2016-11-08[libpng16] Revert ADLER32 error handling in pngrutil.c and pngpread.c.Glenn Randers-Pehrson
2016-10-28[libpng16] Restrict the new ADLER32-skipping to IDAT chunks. It broke iCCPGlenn Randers-Pehrson
2016-10-28[libpng16] Bump version to 1.6.27beta01Glenn Randers-Pehrson
2016-10-19[libpng16] Imported from libpng-1.6.26.tarGlenn Randers-Pehrson
2016-10-16[libpng16] Cosmetic change "ptr != 0" to "ptr != NULL" in png.c and pngrutil.cGlenn Randers-Pehrson
2016-10-07[libpng16] Use zlib-1.2.8.1 inflateValidate() instead of inflateReset2() toGlenn Randers-Pehrson
2016-10-02[libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson
2016-09-25[libpng16] If CRC handling of critical chunks has been set to PNG_CRC_QUIET_USE,Glenn Randers-Pehrson
2016-09-19[libpng16] Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h,Glenn Randers-Pehrson
2016-09-11[libpng16] Issue a png_benign_error instead of a png_error on ADLER32 mismatchGlenn Randers-Pehrson
2016-08-31[libpng16] Imported from libpng-1.6.25.tarGlenn Randers-Pehrson
2016-08-12[libpng16] Revert use of png_malloc_array in iCCP chunk readerGlenn Randers-Pehrson
2016-08-11[libng16] Conditionally compile png_inflate(). It's not needed for iCCPGlenn Randers-Pehrson
2016-08-10[libpng16] Return NULL from png_malloc_array() with a warning instead of callingGlenn Randers-Pehrson
2016-08-03[libpng16] Imported from libpng-1.6.24.tarGlenn Randers-Pehrson
2016-08-01[libpng16] Conditionally compile png_decompress_chunk().Glenn Randers-Pehrson
2016-07-19[libpng16] Imported from libpng-1.6.24beta06.tarGlenn Randers-Pehrson
2016-07-15[libpng16] Eliminated unnecessary tests of boolean png_isaligned() vs 0.Glenn Randers-Pehrson
2016-07-15[libpng16] Fixed more indentationGlenn Randers-Pehrson
2016-07-13[libpng16] Update "last changed" datesGlenn Randers-Pehrson