summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Enabled ARM support in CMakeLists.txt (Bernd Kuhls).Glenn Randers-Pehrson2017-09-023-4/+6
|\
| * CMakeLists.txt: Enable building asm codeBernd Kuhls2017-09-021-1/+1
* | [lbipng16] Use current date (DATE) instead of release-date (RDATE) in lastGlenn Randers-Pehrson2017-09-023-4/+8
* | [libpng16] Restored part of ~PngObjectHandler() that was deleted fromGlenn Randers-Pehrson2017-09-021-0/+10
|/
* [libpng16] Nullify all pointers in PNG_CLEANUP of libpng_read_fuzzer.ccGlenn Randers-Pehrson2017-08-311-1/+5
* [libpng16] Trivial reordering of libpng_read_fuzzer.ccGlenn Randers-Pehrson2017-08-311-4/+5
* [libpng16] Compute a larger limit on IDAT because some applications write aGlenn Randers-Pehrson2017-08-313-17/+20
* [libpng16] Cosmetic changes to contrib/oss-fuzz/libpng_read_fuzzer.ccGlenn Randers-Pehrson2017-08-301-21/+23
* [libpng16] Bump version to 1.6.33beta02Glenn Randers-Pehrson2017-08-3027-60/+70
* [libpng16] Initialize png_handler.row_ptr inGlenn Randers-Pehrson2017-08-301-0/+2
* [libpng16] Revised contrib/oss-fuzz/libpng_read_fuzzer.ccGlenn Randers-Pehrson2017-08-291-18/+19
* [libpng16] Update "last changed" date in pngtrans.cGlenn Randers-Pehrson2017-08-291-1/+1
* [libpng16] Fix "last changed" datesGlenn Randers-Pehrson2017-08-2914-20/+20
* [libpng16] Update ANNOUNCE and CHANGES about pnm2png.c fixGlenn Randers-Pehrson2017-08-282-2/+6
* [libpng16] Imported from libpng-1.6.33beta01.tarv1.6.33beta01Glenn Randers-Pehrson2017-08-283-7/+1
* [libpng16] Fixed off-by-one error in png_do_check_palette_indexes() (Bug reportGlenn Randers-Pehrson2017-08-283-1/+5
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-2815-31/+37
* [libpng] Updated PNGMINUS_UNUSED macro and comments in contrib/pngminus/p*.cChristian Hesse2017-08-282-5/+20
* [libpng16] Free row_ptr in contrib/oss-fuzz/libpng_read_fuzzer.cc PNG_CLEANUPGlenn Randers-Pehrson2017-08-281-3/+2
* [libpng16] Added PNGMINUS_UNUSED macro to contrib/pngminus/p*.c and addedGlenn Randers-Pehrson2017-08-284-5/+14
* [libpng16] Add calls to png_read_update_info() and png_read_end()Glenn Randers-Pehrson2017-08-261-4/+19
* [libpng16] Revise contrib/oss-fuzz/build.sh links to other oss-fuzz filesGlenn Randers-Pehrson2017-08-251-3/+6
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-2540-138/+84
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-2439-105/+77