summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge pull request #176 from kcc/patch-1Glenn Randers-Pehrson2017-09-051-2/+2
|\
| * properly define PNG_CLEANUPKostya Serebryany2017-09-051-2/+2
|/
* [libpng16] Fix typecast in pngtrans.cGlenn Randers-Pehrson2017-09-041-1/+1
* [libpng16] Remove one remaining "png_handler." from contrib/oss-fuzz/*.ccGlenn Randers-Pehrson2017-09-041-1/+1
* [libpng16] Fix incorrect typecast of "intent" (should be png_alloc_size_t,Glenn Randers-Pehrson2017-09-041-4/+4
* [libpng16] Revise contrib/oss-fuzz/libpng_read_fuzzer.ccGlenn Randers-Pehrson2017-09-041-9/+7
* [libpng16] Fixed incorrect typecast of some arguments to png_malloc() andGlenn Randers-Pehrson2017-09-033-10/+18
* [libpng16] Reference CVE-2017-12652 in CHANGES.Glenn Randers-Pehrson2017-09-031-1/+1
* [libpng16] Bump version to 1.6.33beta03Glenn Randers-Pehrson2017-09-0224-53/+57
* [libpng16] Imported from libpng-1.6.33beta02.tarv1.6.33beta02Glenn Randers-Pehrson2017-09-0213-25/+25