summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.34.tarv1.6.34Glenn Randers-Pehrson2017-09-2931-2/+0
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-283-4/+194
* [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] Defeat optimization that removes reading rows in the fuzzer.Glenn Randers-Pehrson2017-09-231-1/+9
* [libpng16] Fix some color types and bit depths in new pngsuite filesGlenn Randers-Pehrson2017-09-224-0/+0
* [libpng16] Added interlaced versions of each file in contrib/pngsuite.Glenn Randers-Pehrson2017-09-2131-0/+2
* [libpng16] Bump version to 1.6.33rc01Glenn Randers-Pehrson2017-09-201-1/+1
* [libpng16] Imported from libpng-1.6.33beta03.tarv1.6.33beta03Glenn Randers-Pehrson2017-09-141-1/+1
* [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
* properly define PNG_CLEANUPKostya Serebryany2017-09-051-2/+2
* [libpng16] Remove one remaining "png_handler." from contrib/oss-fuzz/*.ccGlenn Randers-Pehrson2017-09-041-1/+1
* [libpng16] Revise contrib/oss-fuzz/libpng_read_fuzzer.ccGlenn Randers-Pehrson2017-09-041-9/+7
* [libpng16] Imported from libpng-1.6.33beta02.tarv1.6.33beta02Glenn Randers-Pehrson2017-09-021-1/+1
* [lbipng16] Use current date (DATE) instead of release-date (RDATE) in lastGlenn Randers-Pehrson2017-09-021-1/+1
* [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] 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-303-3/+3
* [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] Fix "last changed" datesGlenn Randers-Pehrson2017-08-291-1/+1
* [libpng16] Imported from libpng-1.6.33beta01.tarv1.6.33beta01Glenn Randers-Pehrson2017-08-281-1/+1
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-282-9/+13
* [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-282-3/+8
* [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-253-3/+3
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-244-4/+4
* [libpng16] Removed mention of the .yaml file in the oss-fuzz README.txtGlenn Randers-Pehrson2017-08-231-1/+0
* [libpng16] Removed contrib/-ss-fuzz/project.yaml which belongs inGlenn Randers-Pehrson2017-08-231-7/+0
* [libpng16] Bump version to 1.6.32rc03Glenn Randers-Pehrson2017-08-221-1/+2
* [libpng16] Imported from libpng-1.6.32rc02.tarv1.6.32rc02Glenn Randers-Pehrson2017-08-221-2/+2
* 'libpng16] Imported more files into the contrib/oss-fuzz directoryGlenn Randers-Pehrson2017-08-226-6/+131
* [lbpng16] Clarified licensing info in contrib/oss-fuzz/*Glenn Randers-Pehrson2017-08-212-5/+8
* [libpng16] Use png_handler.png_ptr instead of read_ptr in png_set_options(()Glenn Randers-Pehrson2017-08-211-1/+1
* [libpng16] Added contrib/oss-fuzz directoryGlenn Randers-Pehrson2017-08-212-0/+153
* [libpng16] Imported from libpng-1.6.32rc01.tarv1.6.32rc01Glenn Randers-Pehrson2017-08-182-8/+17
* [libpng16]Fix several "{" that were written in a different coding style;Glenn Randers-Pehrson2017-08-111-4/+10
* [libpng16] Renamed chunks in contrib/testpngs/crashers to avoid having filesGlenn Randers-Pehrson2017-08-112-0/+0
* [libpng16] Fix typoGlenn Randers-Pehrson2017-08-071-1/+1