aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-11-27Fix typosmusvaage
2022-11-20tools: Fix a memory leak in pngcpJohn Bowler
2022-11-20tools: Fix a buffer overflow involving a file name in pngfixAlberto Barbaro
2022-11-20Clean up comments and whitespace characters in source filesCosmin Truta
2022-11-20Clean up oss-fuzzCosmin Truta
2022-11-20Update, rename and clean up various scriptsCosmin Truta
2022-11-16Fix commentstangyaofang
2022-09-13Fix various typosluz paz
2021-03-13Add a check to pngimage.cKleber TarcĂ­sio
2021-03-12contrib: Apply various fixes to libtestsCosmin Truta
2020-05-17mips: Remove "last changed" version information from source commentCosmin Truta
2020-05-17mips: Fix initialization: always close "/proc/cpuinfo"gxw
2020-04-27Fix a warning on Linux caused by _BSD_SOURCEwillson-chen
2019-04-25oss-fuzz: Add custom malloc with max limit to prevent OOMChristopher Thompson
2019-04-10pngminus: Use the system zlib by defaultCosmin Truta
2019-04-10pngminus: Change license to MIT, etc.Willem van Schaik
2019-04-10pngminus: Add a CMakeLists fileCosmin Truta
2019-04-10pngminus: Improve portability and fix style (cont'd)Cosmin Truta
2019-04-10pngminus: Improve portability and fix styleCosmin Truta
2019-04-10pngminus: Fix a buffer overflow in tokenizerCosmin Truta
2018-08-19Some more trivial source typosluz.paz
2018-08-18Remove top-level const from function-scope variablesCosmin Truta
2018-08-18Replace the remaining uses of PNG_CONST with constCosmin Truta
2018-08-12Fix a build warning on OpenBSDCosmin Truta
2018-07-15Release libpng version 1.6.35Cosmin Truta
2018-06-17[libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta
2018-03-06[libpng16] Imported from libpng-1.6.35beta01.tarGlenn Randers-Pehrson
2018-02-09More misc. typosluz.paz
2017-12-17[libpng16] temporarily disable 16-to-8 downscaling in the fuzzerGlenn Randers-Pehrson
2017-11-03Misc. typosUnknown
2017-10-30[libpng16] Replace png_set_add_alpha with png_set_trns_to_alpha in fuzzer.Glenn Randers-Pehrson
2017-10-14[libpng16] Add a call to png_set_packing() to the fuzzer.Glenn Randers-Pehrson
2017-10-13[libpng16] Removed call to png_read_start_image() from the fuzzer. In libpng16Glenn Randers-Pehrson
2017-10-12[libpng16] Relocate png_read_update_info() wrt png_start_image() in fuzzer.Glenn Randers-Pehrson
2017-10-12[libpng16] Update CHANGES and ANNOUNCE and last-changed date in the fuzzer.Glenn Randers-Pehrson
2017-10-11[libpng16] Fix typo in fuzzer (png_info_ptr should be info_ptr)Glenn Randers-Pehrson
2017-10-11[libpng16] Relocate malloc of row_ptr after png_read_update_info() in fuzzerGlenn Randers-Pehrson
2017-10-11]libpng16] Add png_read_update_info() where needed in the fuzzerGlenn Randers-Pehrson
2017-10-10[libpng16] Add some commonly-used transforms to the libpng fuzzerGlenn Randers-Pehrson
2017-10-09[libpng16] Remove "cd ../libpng" from oss-fuzz build.shGlenn Randers-Pehrson
2017-10-07[libpng16] Revert to using the system zlib with the libpng fuzzerGlenn Randers-Pehrson
2017-10-07[libpng16] Use --with-libpng-prefix=OSS_FUZZ_ while building the fuzzerGlenn Randers-Pehrson
2017-10-05[libpng16] Use "--with-zlib-prefix=z_" while building oss-fuzz fuzzerGlenn Randers-Pehrson
2017-10-03[libpng16] Use --zprefix in oss-fuzz libpng build to avoid conflict with syst...Glenn Randers-Pehrson
2017-10-01[libpng16] Clone zlib into the oss-fuzz zlib project and build zlib alongside...Glenn Randers-Pehrson
2017-09-29[libpng16] Restore bad interlaced files, in contrib/pngsuite/interlacedGlenn Randers-Pehrson
2017-09-29[libpng16] Restored 21 of the contrib/pngsuite/i*.png, which were correct.Glenn Randers-Pehrson
2017-09-29[libpng16] Imported from libpng-1.6.34.tarGlenn Randers-Pehrson
2017-09-28[libpng16] Imported from libpng-1.6.33.tarGlenn Randers-Pehrson
2017-09-28[libpng16] Add end_info structure to libpng fuzzer; add row_ptr to CLEANUPGlenn Randers-Pehrson