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