1. 27e8b99 pngminus: Use the system zlib by default by Cosmin Truta · 5 years ago
  2. 62a56d4 pngminus: Change license to MIT, etc. by Willem van Schaik · 5 years ago
  3. 3342faf pngminus: Add a CMakeLists file by Cosmin Truta · 6 years ago
  4. 3f0f1d5 pngminus: Improve portability and fix style (cont'd) by Cosmin Truta · 6 years ago
  5. dcefbc7 pngminus: Improve portability and fix style by Cosmin Truta · 6 years ago
  6. 1f0221f pngminus: Fix a buffer overflow in tokenizer by Cosmin Truta · 6 years ago
  7. a294c1b Some more trivial source typos by luz.paz · 6 years ago
  8. ceb3277 Remove top-level const from function-scope variables by Cosmin Truta · 6 years ago
  9. 1ef8882 Replace the remaining uses of PNG_CONST with const by Cosmin Truta · 6 years ago
  10. 43446b7 Fix a build warning on OpenBSD by Cosmin Truta · 6 years ago
  11. 46aedd8 Release libpng version 1.6.35 by Cosmin Truta · 6 years ago
  12. a74aa9a [libpng16] Replace the remaining uses of png_size_t with size_t by Cosmin Truta · 6 years ago
  13. 0e06b59 [libpng16] Imported from libpng-1.6.35beta01.tar by Glenn Randers-Pehrson · 6 years ago
  14. eb91c0e More misc. typos by luz.paz · 6 years ago
  15. 28d0ee7 [libpng16] temporarily disable 16-to-8 downscaling in the fuzzer by Glenn Randers-Pehrson · 6 years ago
  16. f23b41d Misc. typos by Unknown · 7 years ago
  17. 5d7b4ab [libpng16] Replace png_set_add_alpha with png_set_trns_to_alpha in fuzzer. by Glenn Randers-Pehrson · 7 years ago
  18. ccc77d2 [libpng16] Add a call to png_set_packing() to the fuzzer. by Glenn Randers-Pehrson · 7 years ago
  19. f648294 [libpng16] Removed call to png_read_start_image() from the fuzzer. In libpng16 by Glenn Randers-Pehrson · 7 years ago
  20. 83f27f0 [libpng16] Relocate png_read_update_info() wrt png_start_image() in fuzzer. by Glenn Randers-Pehrson · 7 years ago
  21. fefe0af [libpng16] Update CHANGES and ANNOUNCE and last-changed date in the fuzzer. by Glenn Randers-Pehrson · 7 years ago
  22. a3d1057 [libpng16] Fix typo in fuzzer (png_info_ptr should be info_ptr) by Glenn Randers-Pehrson · 7 years ago
  23. 12384ea [libpng16] Relocate malloc of row_ptr after png_read_update_info() in fuzzer by Glenn Randers-Pehrson · 7 years ago
  24. 357af1f ]libpng16] Add png_read_update_info() where needed in the fuzzer by Glenn Randers-Pehrson · 7 years ago
  25. ab791fc [libpng16] Add some commonly-used transforms to the libpng fuzzer by Glenn Randers-Pehrson · 7 years ago
  26. f5f8b98 [libpng16] Remove "cd ../libpng" from oss-fuzz build.sh by Glenn Randers-Pehrson · 7 years ago
  27. 293b6aa [libpng16] Revert to using the system zlib with the libpng fuzzer by Glenn Randers-Pehrson · 7 years ago
  28. 98a3b2a [libpng16] Use --with-libpng-prefix=OSS_FUZZ_ while building the fuzzer by Glenn Randers-Pehrson · 7 years ago
  29. 78ad120 [libpng16] Use "--with-zlib-prefix=z_" while building oss-fuzz fuzzer by Glenn Randers-Pehrson · 7 years ago
  30. 477a241 [libpng16] Use --zprefix in oss-fuzz libpng build to avoid conflict with system libz. by Glenn Randers-Pehrson · 7 years ago
  31. edb1f47 [libpng16] Clone zlib into the oss-fuzz zlib project and build zlib alongside libpng. by Glenn Randers-Pehrson · 7 years ago
  32. 0f9f170 [libpng16] Restore bad interlaced files, in contrib/pngsuite/interlaced by Glenn Randers-Pehrson · 7 years ago
  33. 99d4a62 [libpng16] Restored 21 of the contrib/pngsuite/i*.png, which were correct. by Glenn Randers-Pehrson · 7 years ago
  34. b78804f [libpng16] Imported from libpng-1.6.34.tar by Glenn Randers-Pehrson · 7 years ago
  35. 2ee8cb0 [libpng16] Imported from libpng-1.6.33.tar by Glenn Randers-Pehrson · 7 years ago
  36. 414de98 [libpng16] Add end_info structure to libpng fuzzer; add row_ptr to CLEANUP by Glenn Randers-Pehrson · 7 years ago
  37. 0512c63 [libpng16] Revert contrib/oss-fuzz/libpng_read_fuzzer.cc to libpng-1.6.32 status by Glenn Randers-Pehrson · 7 years ago
  38. cae11e3 [libpng16] Treat benign errors as warnings in the libpng fuzzer by Glenn Randers-Pehrson · 7 years ago
  39. 4f0a0b9 [libpng16] Build fuzzer with "-O0" to defeat optimizer removing "dead" code by Glenn Randers-Pehrson · 7 years ago
  40. dc22583 [libpng16] Undo another faulty attempt to defeat the compiler from by Glenn Randers-Pehrson · 7 years ago
  41. 346cbf2 [libpng16] Another attempt to defeat the fuzzer optimizer by Glenn Randers-Pehrson · 7 years ago
  42. 8eb79b3 [libpng16] Undo faulty attempt to defeat the fuzzer optimizer by Glenn Randers-Pehrson · 7 years ago
  43. 96333b6 [libpng16] Defeat optimization that removes reading rows in the fuzzer. by Glenn Randers-Pehrson · 7 years ago
  44. 8746d57 [libpng16] Fix some color types and bit depths in new pngsuite files by Glenn Randers-Pehrson · 7 years ago
  45. 60d297d [libpng16] Added interlaced versions of each file in contrib/pngsuite. by Glenn Randers-Pehrson · 7 years ago
  46. 5f0c9fa [libpng16] Bump version to 1.6.33rc01 by Glenn Randers-Pehrson · 7 years ago
  47. 4de130c [libpng16] Imported from libpng-1.6.33beta03.tar by Glenn Randers-Pehrson · 7 years ago
  48. 051dcaf [libpng16] Added a copy of Dockerfile to the contrib/oss-fuzz directory by Glenn Randers-Pehrson · 7 years ago
  49. 4e9839d [libpng16] Update "last changed" date in contrib/oss-fuzz/*.cc by Glenn Randers-Pehrson · 7 years ago
  50. cbcb399 properly define PNG_CLEANUP by Kostya Serebryany · 7 years ago
  51. 9050c32 [libpng16] Remove one remaining "png_handler." from contrib/oss-fuzz/*.cc by Glenn Randers-Pehrson · 7 years ago
  52. c77de19 [libpng16] Revise contrib/oss-fuzz/libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  53. c2c8b39 [libpng16] Imported from libpng-1.6.33beta02.tar by Glenn Randers-Pehrson · 7 years ago
  54. 62a2463 [lbipng16] Use current date (DATE) instead of release-date (RDATE) in last by Glenn Randers-Pehrson · 7 years ago
  55. dcd3eda [libpng16] Restored part of ~PngObjectHandler() that was deleted from by Glenn Randers-Pehrson · 7 years ago
  56. 84a5bf8 [libpng16] Nullify all pointers in PNG_CLEANUP of libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  57. f3a22d3 [libpng16] Trivial reordering of libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  58. 47aa798 [libpng16] Cosmetic changes to contrib/oss-fuzz/libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  59. 5c27e93 [libpng16] Bump version to 1.6.33beta02 by Glenn Randers-Pehrson · 7 years ago
  60. efaf42e [libpng16] Initialize png_handler.row_ptr in by Glenn Randers-Pehrson · 7 years ago
  61. d3220ba [libpng16] Revised contrib/oss-fuzz/libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  62. 58720d3 [libpng16] Fix "last changed" dates by Glenn Randers-Pehrson · 7 years ago
  63. 50d2d49 [libpng16] Imported from libpng-1.6.33beta01.tar by Glenn Randers-Pehrson · 7 years ago
  64. 321c24b [libpng16] Bump version to 1.6.33beta01 by Glenn Randers-Pehrson · 7 years ago
  65. 14a8996 [libpng] Updated PNGMINUS_UNUSED macro and comments in contrib/pngminus/p*.c by Christian Hesse · 7 years ago
  66. ef76b1f [libpng16] Free row_ptr in contrib/oss-fuzz/libpng_read_fuzzer.cc PNG_CLEANUP by Glenn Randers-Pehrson · 7 years ago
  67. 5c61654 [libpng16] Added PNGMINUS_UNUSED macro to contrib/pngminus/p*.c and added by Glenn Randers-Pehrson · 7 years ago
  68. da923d3 [libpng16] Add calls to png_read_update_info() and png_read_end() by Glenn Randers-Pehrson · 7 years ago
  69. e06ec26 [libpng16] Revise contrib/oss-fuzz/build.sh links to other oss-fuzz files by Glenn Randers-Pehrson · 7 years ago
  70. f6ca33d [libpng16] Bump version to 1.6.33beta01 by Glenn Randers-Pehrson · 7 years ago
  71. df7e9da [libpng16] Imported from libpng-1.6.32.tar by Glenn Randers-Pehrson · 7 years ago
  72. 4760bac [libpng16] Removed mention of the .yaml file in the oss-fuzz README.txt by Glenn Randers-Pehrson · 7 years ago
  73. 737f347 [libpng16] Removed contrib/-ss-fuzz/project.yaml which belongs in by Glenn Randers-Pehrson · 7 years ago
  74. 1257369 [libpng16] Bump version to 1.6.32rc03 by Glenn Randers-Pehrson · 7 years ago
  75. de315df [libpng16] Imported from libpng-1.6.32rc02.tar by Glenn Randers-Pehrson · 7 years ago
  76. b0d14c7 'libpng16] Imported more files into the contrib/oss-fuzz directory by Glenn Randers-Pehrson · 7 years ago
  77. 735fde4 [lbpng16] Clarified licensing info in contrib/oss-fuzz/* by Glenn Randers-Pehrson · 7 years ago
  78. d2533b9 [libpng16] Use png_handler.png_ptr instead of read_ptr in png_set_options(() by Glenn Randers-Pehrson · 7 years ago
  79. ddabd0c [libpng16] Added contrib/oss-fuzz directory by Glenn Randers-Pehrson · 7 years ago
  80. 9457591 [libpng16] Imported from libpng-1.6.32rc01.tar by Glenn Randers-Pehrson · 7 years ago
  81. bcb739a [libpng16]Fix several "{" that were written in a different coding style; by Glenn Randers-Pehrson · 7 years ago
  82. d19e8b9 [libpng16] Renamed chunks in contrib/testpngs/crashers to avoid having files by Glenn Randers-Pehrson · 7 years ago
  83. c5f801c [libpng16] Fix typo by Glenn Randers-Pehrson · 7 years ago
  84. 646fad9 [libpng16] Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.c by Glenn Randers-Pehrson · 7 years ago
  85. 06ec425 [libpng16] Made the huge_*_chunk.png files smaller. I could have removed the by Glenn Randers-Pehrson · 7 years ago
  86. 3384854 [libpng16] Added contrib/testpngs/crashers/huge-XXXX-chunk.png by Glenn Randers-Pehrson · 7 years ago
  87. fa2f722 [libpng16] Imported from libpng-1.6.32beta11.tar by Glenn Randers-Pehrson · 7 years ago
  88. 7653aaa [libpng16] Rename bad_iccp.png, huge_idat.png to bad_iCCP.png, huge_iDAT.png by Glenn Randers-Pehrson · 7 years ago
  89. c339da7 [libpng16] Removed JuNK and JuNk chunks from empty_ancillary_chunks.png test file. by Glenn Randers-Pehrson · 7 years ago
  90. c33d624 [libpng] Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashers by Glenn Randers-Pehrson · 7 years ago
  91. 378e926 [libpng16] Added contrib/testpngs/crashers/bad_iccp.png by Glenn Randers-Pehrson · 7 years ago
  92. 2073928 [libpng16] Moved bad pngs from tests to contrib/libtests/crashers by Glenn Randers-Pehrson · 7 years ago
  93. bc68c41 [libpng16] Initialized btoa[] in pngstest.c; stop memory leak in png_handle_eXIf() by Glenn Randers-Pehrson · 7 years ago
  94. 68a80b1 [libpng16] updated tests/pngunknown-sAPI; it works now. by Glenn Randers-Pehrson · 7 years ago
  95. c17b7b3 [libpng16] Updated contrib/libtests/pngunknown.c with eXIf chunk. Note: by Glenn Randers-Pehrson · 7 years ago
  96. 9fcb846 [libpng16] Imported from libpng-1.6.31.tar by Glenn Randers-Pehrson · 7 years ago
  97. 72d07d3 [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that by John Bowler · 7 years ago
  98. 9f7134c [libpng16] Update some "last changed" dates by Glenn Randers-Pehrson · 7 years ago
  99. 95f3c07 use HTTPS for zlib.net by Viktor Szakats · 7 years ago
  100. 8359b90 [libpng16] Fix typo recently introduced in rpng-win.c by Glenn Randers-Pehrson · 7 years ago