aboutsummaryrefslogtreecommitdiff
path: root/pngrutil.c
AgeCommit message (Expand)Author
2022-11-20Turn large PNG chunks into benign errorsCosmin Truta
2022-09-14Fix a last-minute bug in the checking of the EXIF byte-order headerCosmin Truta
2022-09-14Fix handling incorrect hIST chunks of uneven sizeCosmin Truta
2022-09-14Simplify the definition of png_isaligned and avoid compiler warningsCosmin Truta
2021-03-13Remove duplicate lineBen Bullock
2021-03-13Fix decode fail on image with invalid eXIf chunkQiang Zhou
2020-04-27Fix memory leak if eXIf has incorrect crcskal
2018-08-18Remove top-level const from function-scope variablesCosmin Truta
2018-08-18Replace the remaining uses of PNG_CONST with constCosmin Truta
2018-07-28Remove the "last changed" version information from source commentsCosmin Truta
2018-07-15Release libpng version 1.6.35Cosmin Truta
2018-06-17[libpng16] Fix the calculation of row_factor in png_check_chunk_lengthCosmin Truta
2018-06-17[libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta
2018-01-07[libpng16] Fix potential problem with bKGD (Cosmin Truta)Glenn Randers-Pehrson
2017-11-03Misc. typosUnknown
2017-10-31[libpng16] Undo recent pngrutil.c change that did not fix oss-fuzz issueGlenn Randers-Pehrson
2017-10-29[libpng16] Initialize trans_color.red, green, and blue == trans_color.grayGlenn Randers-Pehrson
2017-10-29[libpng16] Revert recent changes that did not help with oss-fuzz issuesGlenn Randers-Pehrson
2017-10-20[libpng16] Initialize tRNS read buffers in pngrutil.cGlenn Randers-Pehrson
2017-10-17[libpng16] Initialize entire palette array to zero in png_handle_PLTE().Glenn Randers-Pehrson
2017-09-28[libpng16] Imported from libpng-1.6.33.tarGlenn Randers-Pehrson
2017-09-23[libpng16] Fix Coverity defect regarding errmsg in pngrutil.cGlenn Randers-Pehrson
2017-09-22[libpng16] Removed more redundant tests (suggested by "irwir" in Github issue...Glenn Randers-Pehrson
2017-09-22[libpng16] Relocate new memset() call in pngrutil.c (irwir).Glenn Randers-Pehrson
2017-09-20[libpng16] Removed a redundant test (suggested by "irwir" in Github issue #180).Glenn Randers-Pehrson
2017-09-20[libpng16] Bump version to 1.6.33rc01Glenn Randers-Pehrson
2017-09-19[libpng16] Add a memset() in png_read_buffer()Glenn Randers-Pehrson
2017-09-19[libpng16] Fix some commentsGlenn Randers-Pehrson
2017-09-18[libpng16] zero out memory allocated by png_inflateGlenn Randers-Pehrson
2017-09-02[libpng16] Imported from libpng-1.6.33beta02.tarGlenn Randers-Pehrson
2017-08-31[libpng16] Compute a larger limit on IDAT because some applications write aGlenn Randers-Pehrson
2017-08-29[libpng16] Fix "last changed" datesGlenn Randers-Pehrson
2017-08-25[libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson
2017-08-24[libpng16] Imported from libpng-1.6.32.tarGlenn Randers-Pehrson
2017-08-07[libpng16] Free eXIf_buf when detecting bad byte-order specifier.Glenn Randers-Pehrson
2017-08-06Fix typo (1 should be 2) in png_handle_eXIfGlenn Randers-Pehrson
2017-08-06[libpng16] Check that the eXIf chunk has at least 2 bytes and beginsGlenn Randers-Pehrson
2017-08-06[libpng16] Test or 11 bytes instead of 14 after the iCCP keyword has been read.Glenn 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] Make png_check_chunk_length|name() parameters constGlenn Randers-Pehrson
2017-08-05[libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson
2017-08-04[libpng16] Moved chunk-length check into a png_check_chunk_length() privateGlenn Randers-Pehrson
2017-08-04[libpng16] Removed a left-over debugging "printf" statement from pngrutil.cGlenn Randers-Pehrson
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