1. 04 1月, 2016 1 次提交
  2. 03 1月, 2016 2 次提交
  3. 29 12月, 2015 1 次提交
  4. 20 12月, 2015 2 次提交
  5. 18 12月, 2015 2 次提交
    • G
      [libpng16] Update CHANGES and ANNOUNCE · 42b438b7
      Glenn Randers-Pehrson 提交于
      42b438b7
    • J
      Fix undefined behavior in pngvalid.c · 18765d00
      John Bowler 提交于
      Undefined because (png_byte) << shift is undefined if it changes the signed bit
      (because png_byte is promoted to int).  The libpng exported functions
      png_get_uint_32 and png_get_uint_16 handle this.
      
      Bug reported by David Drysdale as a result of reports from UBSAN in clang 3.8.
      
      This changes pngvalid to use BE random numbers; this used to produce errors but
      these should not be fixed as a result of the previous changes.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      18765d00
  6. 16 12月, 2015 3 次提交
  7. 14 12月, 2015 10 次提交
  8. 12 12月, 2015 2 次提交
  9. 10 12月, 2015 1 次提交
  10. 09 12月, 2015 2 次提交
  11. 03 12月, 2015 1 次提交
  12. 30 11月, 2015 4 次提交
  13. 28 11月, 2015 2 次提交
  14. 26 11月, 2015 4 次提交
  15. 24 11月, 2015 2 次提交
  16. 23 11月, 2015 1 次提交