summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | png_icc_check_tabler()
* [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
| | | | detected by the oss-fuzz project.
* [libpng16] Guard against Uninitialized Memory Read in png_check_icc_table(),Glenn Randers-Pehrson2017-09-123-5/+12
| | | | detected by the oss-fuzz project.
* [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
| | | | Github issue 162, by rcdaily).
* [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_CLEANUP
| * properly define PNG_CLEANUPKostya Serebryany2017-09-051-2/+2
|/ | | Should fix https://github.com/google/oss-fuzz/issues/809
* [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
| | | | was unsigned int). Fixes github issue #175.
* [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
| | | | | png_calloc() that were png_uint_32 instead of png_alloc_size_t (Bug report by "irwir" in Github libpng issue #175).
* [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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NEON support is provided by filter_neon.S which is currently not build by cmake causing an error when linking with libpng16.so.16.32.0: [ 97%] Linking C executable pngstest libpng16.so.16.32.0: undefined reference to `png_read_filter_row_avg4_neon' libpng16.so.16.32.0: undefined reference to `png_read_filter_row_paeth3_neon' libpng16.so.16.32.0: undefined reference to `png_read_filter_row_up_neon' libpng16.so.16.32.0: undefined reference to `png_read_filter_row_avg3_neon' libpng16.so.16.32.0: undefined reference to `png_read_filter_row_paeth4_neon' libpng16.so.16.32.0: undefined reference to `png_read_filter_row_sub4_neon' libpng16.so.16.32.0: undefined reference to `png_read_filter_row_sub3_neon'
* | [lbipng16] Use current date (DATE) instead of release-date (RDATE) in lastGlenn Randers-Pehrson2017-09-023-4/+8
| | | | | | | | changed date of contrib/oss-fuzz files.
* | [libpng16] Restored part of ~PngObjectHandler() that was deleted fromGlenn Randers-Pehrson2017-09-021-0/+10
|/ | | | contrib/oss-fuzz/libpng_read_fuzzer.cc
* [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
| | | | deflate buffer for each row (Bug report by Andrew Church).
* [libpng16] Cosmetic changes to contrib/oss-fuzz/libpng_read_fuzzer.ccGlenn Randers-Pehrson2017-08-301-21/+23
|