summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-0619-37/+51
* Merge branch 'more-misc-typos' of git://github.com/luzpaz/libpng into libpng16Glenn Randers-Pehrson2018-03-0524-39/+39
|\
| * More misc. typosluz.paz2018-02-0924-39/+39
* | Fix png_set_option to work.taigacon2018-03-051-1/+1
|/
* [libpng16] Update copyright year to 2018 in png.cGlenn Randers-Pehrson2018-01-071-4/+4
* [libpng16] Update copyright yearGlenn Randers-Pehrson2018-01-076-18/+22
* [libpng16] Fix potential problem with bKGD (Cosmin Truta)Glenn Randers-Pehrson2018-01-071-2/+20
* [libpng16] temporarily disable 16-to-8 downscaling in the fuzzerGlenn Randers-Pehrson2017-12-171-1/+1
* [libpng16] CHange "ASM C" to "C ASM" in CMakelists.txtGlenn Randers-Pehrson2017-12-171-1/+1
* Avoid -Wundef warnings when building libpngVadim Zeitlin2017-11-131-0/+6
* [libpng16] Initialize entire 256-entry palette in png_set_PLTE().Glenn Randers-Pehrson2017-11-041-1/+1
* [libpng16] Fix one more typoGlenn Randers-Pehrson2017-11-031-1/+1
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2017-11-032-3/+5
* Merge branch 'typos' of git://github.com/luzpaz/libpng into libpng16Glenn Randers-Pehrson2017-11-0324-54/+54
|\
| * Misc. typosUnknown2017-11-0324-54/+54
* | [Libpng16] Add typecast to NULL argument to png_do_expand()Glenn Randers-Pehrson2017-11-031-1/+1
|/
* [libpng16] Undo recent pngrutil.c change that did not fix oss-fuzz issueGlenn Randers-Pehrson2017-10-311-3/+0
* [libpng16] Removed some unnecessary brackets in pngrtran.cGlenn Randers-Pehrson2017-10-313-745/+740
* [libpng16] Replace png_set_add_alpha with png_set_trns_to_alpha in fuzzer.Glenn Randers-Pehrson2017-10-301-2/+2
* [libpng16] Initialize trans_color.red, green, and blue == trans_color.grayGlenn Randers-Pehrson2017-10-293-0/+5
* [libpng16] Revert recent changes that did not help with oss-fuzz issuesGlenn Randers-Pehrson2017-10-294-11/+9
* [libpng16] Initialize tRNS read buffers in pngrutil.cGlenn Randers-Pehrson2017-10-201-3/+3
* [libpng16] Use png_calloc instead of png_malloc in png_set_tRNSGlenn Randers-Pehrson2017-10-191-1/+1
* [libpng16] Initialize entire palette array to zero in png_handle_PLTE().Glenn Randers-Pehrson2017-10-174-8/+10
* [libpng16] Revert recent changes to pngset.cGlenn Randers-Pehrson2017-10-171-6/+2
* [libpng16] Free tRNS chunk data when abandoning itGlenn Randers-Pehrson2017-10-161-0/+1
* [libpng16] Do not enable tRNS having trans_color with out-of-range value.Glenn Randers-Pehrson2017-10-163-6/+6
* [libpng16] Nullify trans_color with out-of-range value, to stop oss-fuzz issue.Glenn Randers-Pehrson2017-10-153-6/+9
* [libpng16] Add a call to png_set_packing() to the fuzzer.Glenn Randers-Pehrson2017-10-141-1/+2
* [libpng16] Removed call to png_read_start_image() from the fuzzer. In libpng16Glenn Randers-Pehrson2017-10-131-2/+0
* [libpng16] Relocate png_read_update_info() wrt png_start_image() in fuzzer.Glenn Randers-Pehrson2017-10-121-2/+3
* [libpng16] Update CHANGES and ANNOUNCE and last-changed date in the fuzzer.Glenn Randers-Pehrson2017-10-123-8/+9
* [libpng16] Fix typo in fuzzer (png_info_ptr should be info_ptr)Glenn Randers-Pehrson2017-10-111-1/+1
* [libpng16] Relocate malloc of row_ptr after png_read_update_info() in fuzzerGlenn Randers-Pehrson2017-10-111-3/+4
* ]libpng16] Add png_read_update_info() where needed in the fuzzerGlenn Randers-Pehrson2017-10-111-0/+2
* [libpng16] Add some commonly-used transforms to the libpng fuzzerGlenn Randers-Pehrson2017-10-102-190/+6
* [libpng16] Remove "cd ../libpng" from oss-fuzz build.shGlenn Randers-Pehrson2017-10-091-1/+0
* [libpng16] Revert to using the system zlib with the libpng fuzzerGlenn Randers-Pehrson2017-10-071-6/+3
* [libpng16] Use --with-libpng-prefix=OSS_FUZZ_ while building the fuzzerGlenn Randers-Pehrson2017-10-071-2/+3
* [libpng16] Use "--with-zlib-prefix=z_" while building oss-fuzz fuzzerGlenn Randers-Pehrson2017-10-051-2/+2
* [libpng16] Use --zprefix in oss-fuzz libpng build to avoid conflict with syst...Glenn Randers-Pehrson2017-10-033-5/+7
* [libpng16] Clone zlib into the oss-fuzz zlib project and build zlib alongside...Glenn Randers-Pehrson2017-10-016-19/+27
* [libpng16] Restore bad interlaced files, in contrib/pngsuite/interlacedGlenn Randers-Pehrson2017-09-2910-0/+2
* [libpng16] Restored 21 of the contrib/pngsuite/i*.png, which were correct.Glenn Randers-Pehrson2017-09-2924-0/+4
* [libpng16] Bump version to 1.6.35beta01Glenn Randers-Pehrson2017-09-2928-68/+70
* [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