1. 01 9月, 2016 1 次提交
  2. 12 8月, 2016 2 次提交
  3. 11 8月, 2016 1 次提交
  4. 04 8月, 2016 1 次提交
  5. 02 8月, 2016 1 次提交
  6. 20 7月, 2016 1 次提交
  7. 16 7月, 2016 2 次提交
  8. 14 7月, 2016 2 次提交
  9. 03 7月, 2016 1 次提交
  10. 03 1月, 2016 1 次提交
  11. 14 12月, 2015 1 次提交
  12. 09 12月, 2015 1 次提交
  13. 03 12月, 2015 1 次提交
  14. 28 11月, 2015 1 次提交
    • J
      Fix inconsistent handling of invalid zlib data · 28a1cdfc
      John Bowler 提交于
      In libpng 1.6 zlib initialization was changed to use the window size in the zlib
      stream, not a fixed value.  This causes some invalid images, ones where CINFO is
      too large, to display 'correctly' if the rest of the data is valid.  This
      provides a work-round for zlib versions where the error arises (ones that
      support the API change to use the window size in the stream).
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      28a1cdfc
  15. 23 11月, 2015 1 次提交
  16. 22 11月, 2015 1 次提交
  17. 20 11月, 2015 1 次提交
  18. 18 11月, 2015 1 次提交
  19. 16 11月, 2015 2 次提交
  20. 15 11月, 2015 1 次提交
  21. 14 11月, 2015 1 次提交
  22. 12 11月, 2015 1 次提交
  23. 06 11月, 2015 1 次提交
  24. 05 11月, 2015 1 次提交
  25. 31 10月, 2015 1 次提交
  26. 30 10月, 2015 1 次提交
  27. 20 8月, 2015 1 次提交
    • J
      [libpng16] Fixed the recently reported 1's complement security issue by · 2d62f740
      John Bowler 提交于
      replacing the value that is illegal in the PNG spec, in both signed and
      unsigned values, with 0. Illegal unsigned values (anything greater than or equal
      to  0x80000000) can still pass through, but since these are not illegal
      in ANSI-C (unlike 0x80000000 in the signed case) the checking that
      occurs later can catch them (John Bowler).
      2d62f740
  28. 18 8月, 2015 3 次提交
  29. 17 8月, 2015 2 次提交
  30. 14 8月, 2015 1 次提交
  31. 29 7月, 2015 1 次提交
  32. 23 7月, 2015 1 次提交
  33. 12 6月, 2015 1 次提交