1. 3b5bcea [libpng16] Revert recent changes to pngset.c by Glenn Randers-Pehrson · 7 years ago
  2. adefba1 [libpng16] Free tRNS chunk data when abandoning it by Glenn Randers-Pehrson · 7 years ago
  3. 48a2460 [libpng16] Do not enable tRNS having trans_color with out-of-range value. by Glenn Randers-Pehrson · 7 years ago
  4. 2be0f33 [libpng16] Nullify trans_color with out-of-range value, to stop oss-fuzz issue. by Glenn Randers-Pehrson · 7 years ago
  5. ccc77d2 [libpng16] Add a call to png_set_packing() to the fuzzer. by Glenn Randers-Pehrson · 7 years ago
  6. f648294 [libpng16] Removed call to png_read_start_image() from the fuzzer. In libpng16 by Glenn Randers-Pehrson · 7 years ago
  7. 83f27f0 [libpng16] Relocate png_read_update_info() wrt png_start_image() in fuzzer. by Glenn Randers-Pehrson · 7 years ago
  8. fefe0af [libpng16] Update CHANGES and ANNOUNCE and last-changed date in the fuzzer. by Glenn Randers-Pehrson · 7 years ago
  9. a3d1057 [libpng16] Fix typo in fuzzer (png_info_ptr should be info_ptr) by Glenn Randers-Pehrson · 7 years ago
  10. 12384ea [libpng16] Relocate malloc of row_ptr after png_read_update_info() in fuzzer by Glenn Randers-Pehrson · 7 years ago
  11. 357af1f ]libpng16] Add png_read_update_info() where needed in the fuzzer by Glenn Randers-Pehrson · 7 years ago
  12. ab791fc [libpng16] Add some commonly-used transforms to the libpng fuzzer by Glenn Randers-Pehrson · 7 years ago
  13. f5f8b98 [libpng16] Remove "cd ../libpng" from oss-fuzz build.sh by Glenn Randers-Pehrson · 7 years ago
  14. 293b6aa [libpng16] Revert to using the system zlib with the libpng fuzzer by Glenn Randers-Pehrson · 7 years ago
  15. 98a3b2a [libpng16] Use --with-libpng-prefix=OSS_FUZZ_ while building the fuzzer by Glenn Randers-Pehrson · 7 years ago
  16. 78ad120 [libpng16] Use "--with-zlib-prefix=z_" while building oss-fuzz fuzzer by Glenn Randers-Pehrson · 7 years ago
  17. 477a241 [libpng16] Use --zprefix in oss-fuzz libpng build to avoid conflict with system libz. by Glenn Randers-Pehrson · 7 years ago
  18. edb1f47 [libpng16] Clone zlib into the oss-fuzz zlib project and build zlib alongside libpng. by Glenn Randers-Pehrson · 7 years ago
  19. 0f9f170 [libpng16] Restore bad interlaced files, in contrib/pngsuite/interlaced by Glenn Randers-Pehrson · 7 years ago
  20. 99d4a62 [libpng16] Restored 21 of the contrib/pngsuite/i*.png, which were correct. by Glenn Randers-Pehrson · 7 years ago
  21. 2227793 [libpng16] Bump version to 1.6.35beta01 by Glenn Randers-Pehrson · 7 years ago
  22. b78804f [libpng16] Imported from libpng-1.6.34.tar by Glenn Randers-Pehrson · 7 years ago
  23. 345fc37 [libpng16] Bump version to 1.6.34beta01 by Glenn Randers-Pehrson · 7 years ago
  24. c1effe1 [master] Imported from libpng-1.6.33.tar by Glenn Randers-Pehrson · 7 years ago
  25. 2ee8cb0 [libpng16] Imported from libpng-1.6.33.tar by Glenn Randers-Pehrson · 7 years ago
  26. 414de98 [libpng16] Add end_info structure to libpng fuzzer; add row_ptr to CLEANUP by Glenn Randers-Pehrson · 7 years ago
  27. 0512c63 [libpng16] Revert contrib/oss-fuzz/libpng_read_fuzzer.cc to libpng-1.6.32 status by Glenn Randers-Pehrson · 7 years ago
  28. cae11e3 [libpng16] Treat benign errors as warnings in the libpng fuzzer by Glenn Randers-Pehrson · 7 years ago
  29. 4f0a0b9 [libpng16] Build fuzzer with "-O0" to defeat optimizer removing "dead" code by Glenn Randers-Pehrson · 7 years ago
  30. dc22583 [libpng16] Undo another faulty attempt to defeat the compiler from by Glenn Randers-Pehrson · 7 years ago
  31. 346cbf2 [libpng16] Another attempt to defeat the fuzzer optimizer by Glenn Randers-Pehrson · 7 years ago
  32. 8eb79b3 [libpng16] Undo faulty attempt to defeat the fuzzer optimizer by Glenn Randers-Pehrson · 7 years ago
  33. 13a1586 [libpng16] Imported from libpng-1.6.33rc02.tar by Glenn Randers-Pehrson · 7 years ago
  34. e4c8312 [libpng16] Document alpha_mode choices in the man page by Glenn Randers-Pehrson · 7 years ago
  35. 3d2d0b5 [libpng16] Fix Coverity defect regarding errmsg in pngrutil.c by Glenn Randers-Pehrson · 7 years ago
  36. 073fe76 [libpng16] Add support for loading images with associated alpha in the by Glenn Randers-Pehrson · 7 years ago
  37. 4b7635c [libpng16] Support associated alpha in the simplified api by Glenn Randers-Pehrson · 7 years ago
  38. 96333b6 [libpng16] Defeat optimization that removes reading rows in the fuzzer. by Glenn Randers-Pehrson · 7 years ago
  39. 90dd185 [libpng16] Removed more redundant tests (suggested by "irwir" in Github issue #180). by Glenn Randers-Pehrson · 7 years ago
  40. 8746d57 [libpng16] Fix some color types and bit depths in new pngsuite files by Glenn Randers-Pehrson · 7 years ago
  41. 0165bad [libpng16] Relocate new memset() call in pngrutil.c (irwir). by Glenn Randers-Pehrson · 7 years ago
  42. 60d297d [libpng16] Added interlaced versions of each file in contrib/pngsuite. by Glenn Randers-Pehrson · 7 years ago
  43. 2da3707 [libpng16] Bump version to 1.6.33rc02 by Glenn Randers-Pehrson · 7 years ago
  44. e1220ae [libpng16] Imported from libpng-1.6.33rc01.tar by Glenn Randers-Pehrson · 7 years ago
  45. 5efa483 [libpng16] Removed a redundant test (suggested by "irwir" in Github issue #180). by Glenn Randers-Pehrson · 7 years ago
  46. 5f0c9fa [libpng16] Bump version to 1.6.33rc01 by Glenn Randers-Pehrson · 7 years ago
  47. 397c7ee [libpng16] Add a memset() in png_read_buffer() by Glenn Randers-Pehrson · 7 years ago
  48. 066cb34 [libpng16] Fix some comments by Glenn Randers-Pehrson · 7 years ago
  49. 721b96e [libpng16] zero out memory allocated by png_inflate by Glenn Randers-Pehrson · 7 years ago
  50. 562a685 [libpng16] Initialize tag_start etc. in png_icc_check_tag_table(). by Glenn Randers-Pehrson · 7 years ago
  51. a7722ae [libpng16] Undo faulty attempt to stifle oss-fuzz complaint about by Glenn Randers-Pehrson · 7 years ago
  52. 413de0a [libpng16] Undo another faulty attempt to stifle oss-fuzz complaint by Glenn Randers-Pehrson · 7 years ago
  53. 04e16d2 [libng16] Attempt to stop Use of Uninitialized Value in png_set_text_2() by Glenn Randers-Pehrson · 7 years ago
  54. d1a0937 [libpng16] Still another attempt to fix oss-fuzz uninitialized value by Glenn Randers-Pehrson · 7 years ago
  55. 1c98b85 [libpng16] Bump version to 1.6.33beta04 by Glenn Randers-Pehrson · 7 years ago
  56. 4de130c [libpng16] Imported from libpng-1.6.33beta03.tar by Glenn Randers-Pehrson · 7 years ago
  57. 4ddead1 [libpng16] Undo failed attempt to prevent UMR in png_icc_check_table(). by Glenn Randers-Pehrson · 7 years ago
  58. d7edcc4 [libpng16] Undo failed attempt to debug UMR in png_set_text_2(). by Glenn Randers-Pehrson · 7 years ago
  59. 7d40b53 [libpng16] Use png_chunk_report when handling a truncated ICC chunk. by Glenn Randers-Pehrson · 7 years ago
  60. 76b269b [libpng16] Attempt to debug Uninitialized Memory Read in png_set_text_2(), by Glenn Randers-Pehrson · 7 years ago
  61. 61d29bf [libpng16] Guard against Uninitialized Memory Read in png_check_icc_table(), by Glenn Randers-Pehrson · 7 years ago
  62. 0f2adc1 [libpng16] Trying to avoid a UMR in png_set_text_2((). by Glenn Randers-Pehrson · 7 years ago
  63. 1aabcfd [libpng16] Trying to isolate oss-fuzz issue in png_set_text_2(). by Glenn Randers-Pehrson · 7 years ago
  64. b5ae93d [libpng16] Rearrange order of tests in png_iccp_check_tag_table() by Glenn Randers-Pehrson · 7 years ago
  65. 6a2a762 [libpng16] Fix typo in ANNOUNCE and CHANGES by Glenn Randers-Pehrson · 7 years ago
  66. 50c9e15 [libpng16] Do not try to generate pngprefix.h on ANDROID by Glenn Randers-Pehrson · 7 years ago
  67. c0f02a8 [libpng16] Use pnglibconf.h.prebuilt when building for ANDROID with cmake by Glenn Randers-Pehrson · 7 years ago
  68. 3789cba [libpng16] Attempt to isolate an oss-fuzz issue in png_set_text_2 by Glenn Randers-Pehrson · 7 years ago
  69. 8592873 [libpng16] Attempting to fix an oss-fuzz issue. by Glenn Randers-Pehrson · 7 years ago
  70. 051dcaf [libpng16] Added a copy of Dockerfile to the contrib/oss-fuzz directory by Glenn Randers-Pehrson · 7 years ago
  71. 9504651 Add support for loading images with associated alpha. by Samuel Williams · 7 years ago
  72. 4e9839d [libpng16] Update "last changed" date in contrib/oss-fuzz/*.cc by Glenn Randers-Pehrson · 7 years ago
  73. d17041f Merge pull request #176 from kcc/patch-1 by Glenn Randers-Pehrson · 7 years ago
  74. cbcb399 properly define PNG_CLEANUP by Kostya Serebryany · 7 years ago
  75. 52a566a [libpng16] Fix typecast in pngtrans.c by Glenn Randers-Pehrson · 7 years ago
  76. 9050c32 [libpng16] Remove one remaining "png_handler." from contrib/oss-fuzz/*.cc by Glenn Randers-Pehrson · 7 years ago
  77. 4911714 [libpng16] Fix incorrect typecast of "intent" (should be png_alloc_size_t, by Glenn Randers-Pehrson · 7 years ago
  78. c77de19 [libpng16] Revise contrib/oss-fuzz/libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  79. 051d6cc [libpng16] Fixed incorrect typecast of some arguments to png_malloc() and by Glenn Randers-Pehrson · 7 years ago
  80. 61e0a38 [libpng16] Reference CVE-2017-12652 in CHANGES. by Glenn Randers-Pehrson · 7 years ago
  81. fca1862 [libpng16] Bump version to 1.6.33beta03 by Glenn Randers-Pehrson · 7 years ago
  82. c2c8b39 [libpng16] Imported from libpng-1.6.33beta02.tar by Glenn Randers-Pehrson · 7 years ago
  83. 9495ab4 [libpng16] Enabled ARM support in CMakeLists.txt (Bernd Kuhls). by Glenn Randers-Pehrson · 7 years ago
  84. 62a2463 [lbipng16] Use current date (DATE) instead of release-date (RDATE) in last by Glenn Randers-Pehrson · 7 years ago
  85. dcd3eda [libpng16] Restored part of ~PngObjectHandler() that was deleted from by Glenn Randers-Pehrson · 7 years ago
  86. b47e0f5 CMakeLists.txt: Enable building asm code by Bernd Kuhls · 7 years ago
  87. 84a5bf8 [libpng16] Nullify all pointers in PNG_CLEANUP of libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  88. f3a22d3 [libpng16] Trivial reordering of libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  89. eb2f42a [libpng16] Compute a larger limit on IDAT because some applications write a by Glenn Randers-Pehrson · 7 years ago
  90. 47aa798 [libpng16] Cosmetic changes to contrib/oss-fuzz/libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  91. 5c27e93 [libpng16] Bump version to 1.6.33beta02 by Glenn Randers-Pehrson · 7 years ago
  92. efaf42e [libpng16] Initialize png_handler.row_ptr in by Glenn Randers-Pehrson · 7 years ago
  93. d3220ba [libpng16] Revised contrib/oss-fuzz/libpng_read_fuzzer.cc by Glenn Randers-Pehrson · 7 years ago
  94. a1b5be0 [libpng16] Update "last changed" date in pngtrans.c by Glenn Randers-Pehrson · 7 years ago
  95. 58720d3 [libpng16] Fix "last changed" dates by Glenn Randers-Pehrson · 7 years ago
  96. d64c5ea [libpng16] Update ANNOUNCE and CHANGES about pnm2png.c fix by Glenn Randers-Pehrson · 7 years ago
  97. 50d2d49 [libpng16] Imported from libpng-1.6.33beta01.tar by Glenn Randers-Pehrson · 7 years ago
  98. d2b9af0 [libpng16] Fixed off-by-one error in png_do_check_palette_indexes() (Bug report by Glenn Randers-Pehrson · 7 years ago
  99. 321c24b [libpng16] Bump version to 1.6.33beta01 by Glenn Randers-Pehrson · 7 years ago
  100. 14a8996 [libpng] Updated PNGMINUS_UNUSED macro and comments in contrib/pngminus/p*.c by Christian Hesse · 7 years ago