summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.34.tarv1.6.34Glenn Randers-Pehrson2017-09-2955-108/+65
* [libpng16] Bump version to 1.6.34beta01Glenn Randers-Pehrson2017-09-2828-69/+85
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-2831-78/+266
* [libpng16] Add end_info structure to libpng fuzzer; add row_ptr to CLEANUPGlenn Randers-Pehrson2017-09-281-12/+38
* [libpng16] Revert contrib/oss-fuzz/libpng_read_fuzzer.cc to libpng-1.6.32 statusGlenn Randers-Pehrson2017-09-271-51/+15
* [libpng16] Treat benign errors as warnings in the libpng fuzzerGlenn Randers-Pehrson2017-09-272-2/+5
* [libpng16] Build fuzzer with "-O0" to defeat optimizer removing "dead" codeGlenn Randers-Pehrson2017-09-251-2/+2
* [libpng16] Undo another faulty attempt to defeat the compiler fromGlenn Randers-Pehrson2017-09-251-11/+2
* [libpng16] Another attempt to defeat the fuzzer optimizerGlenn Randers-Pehrson2017-09-241-1/+10
* [libpng16] Undo faulty attempt to defeat the fuzzer optimizerGlenn Randers-Pehrson2017-09-241-9/+2
* [libpng16] Imported from libpng-1.6.33rc02.tarv1.6.33rc02Glenn Randers-Pehrson2017-09-238-11/+11
* [libpng16] Document alpha_mode choices in the man pageGlenn Randers-Pehrson2017-09-232-14/+32
* [libpng16] Fix Coverity defect regarding errmsg in pngrutil.cGlenn Randers-Pehrson2017-09-231-7/+1
* [libpng16] Add support for loading images with associated alpha in theGlenn Randers-Pehrson2017-09-234-9/+13
* [libpng16] Support associated alpha in the simplified apiGlenn Randers-Pehrson2017-09-232-1/+13
|\
| * Add support for loading images with associated alpha.Samuel Williams2017-09-062-1/+13
* | [libpng16] Defeat optimization that removes reading rows in the fuzzer.Glenn Randers-Pehrson2017-09-231-1/+9
* | [libpng16] Removed more redundant tests (suggested by "irwir" in Github issue...Glenn Randers-Pehrson2017-09-224-5/+5
* | [libpng16] Fix some color types and bit depths in new pngsuite filesGlenn Randers-Pehrson2017-09-224-0/+0
* | [libpng16] Relocate new memset() call in pngrutil.c (irwir).Glenn Randers-Pehrson2017-09-223-3/+6
* | [libpng16] Added interlaced versions of each file in contrib/pngsuite.Glenn Randers-Pehrson2017-09-2133-6/+10
* | [libpng16] Bump version to 1.6.33rc02Glenn Randers-Pehrson2017-09-2024-55/+59
* | [libpng16] Imported from libpng-1.6.33rc01.tarv1.6.33rc01Glenn Randers-Pehrson2017-09-202-2/+2
* | [libpng16] Removed a redundant test (suggested by "irwir" in Github issue #180).Glenn Randers-Pehrson2017-09-203-3/+3
* | [libpng16] Bump version to 1.6.33rc01Glenn Randers-Pehrson2017-09-2026-64/+73
* | [libpng16] Add a memset() in png_read_buffer()Glenn Randers-Pehrson2017-09-191-3/+4
* | [libpng16] Fix some commentsGlenn Randers-Pehrson2017-09-193-14/+9
* | [libpng16] zero out memory allocated by png_inflateGlenn Randers-Pehrson2017-09-181-0/+4
* | [libpng16] Initialize tag_start etc. in png_icc_check_tag_table().Glenn Randers-Pehrson2017-09-161-5/+9
* | [libpng16] Undo faulty attempt to stifle oss-fuzz complaint aboutGlenn Randers-Pehrson2017-09-161-8/+5
* | [libpng16] Undo another faulty attempt to stifle oss-fuzz complaintGlenn Randers-Pehrson2017-09-161-1/+0
* | [libng16] Attempt to stop Use of Uninitialized Value in png_set_text_2()Glenn Randers-Pehrson2017-09-151-0/+1
* | [libpng16] Still another attempt to fix oss-fuzz uninitialized valueGlenn Randers-Pehrson2017-09-152-5/+8
* | [libpng16] Bump version to 1.6.33beta04Glenn Randers-Pehrson2017-09-1424-53/+57
* | [libpng16] Imported from libpng-1.6.33beta03.tarv1.6.33beta03Glenn Randers-Pehrson2017-09-1413-24/+24
* | [libpng16] Undo failed attempt to prevent UMR in png_icc_check_table().Glenn Randers-Pehrson2017-09-143-16/+5
* | [libpng16] Undo failed attempt to debug UMR in png_set_text_2().Glenn Randers-Pehrson2017-09-131-10/+2
* | [libpng16] Use png_chunk_report when handling a truncated ICC chunk.Glenn Randers-Pehrson2017-09-131-4/+4
* | [libpng16] Attempt to debug Uninitialized Memory Read in png_set_text_2(),Glenn Randers-Pehrson2017-09-123-18/+11
* | [libpng16] Guard against Uninitialized Memory Read in png_check_icc_table(),Glenn Randers-Pehrson2017-09-123-5/+12
* | [libpng16] Trying to avoid a UMR in png_set_text_2(().Glenn Randers-Pehrson2017-09-101-1/+1
* | [libpng16] Trying to isolate oss-fuzz issue in png_set_text_2().Glenn Randers-Pehrson2017-09-101-1/+12
* | [libpng16] Rearrange order of tests in png_iccp_check_tag_table()Glenn Randers-Pehrson2017-09-101-11/+8
* | [libpng16] Fix typo in ANNOUNCE and CHANGESGlenn Randers-Pehrson2017-09-082-2/+2
* | [libpng16] Do not try to generate pngprefix.h on ANDROIDGlenn Randers-Pehrson2017-09-081-2/+2
* | [libpng16] Use pnglibconf.h.prebuilt when building for ANDROID with cmakeGlenn Randers-Pehrson2017-09-083-4/+8
* | [libpng16] Attempt to isolate an oss-fuzz issue in png_set_text_2Glenn Randers-Pehrson2017-09-082-3/+11
* | [libpng16] Attempting to fix an oss-fuzz issue.Glenn Randers-Pehrson2017-09-081-2/+6
* | [libpng16] Added a copy of Dockerfile to the contrib/oss-fuzz directoryGlenn Randers-Pehrson2017-09-082-4/+29
|/
* [libpng16] Update "last changed" date in contrib/oss-fuzz/*.ccGlenn Randers-Pehrson2017-09-051-1/+1