1. 16 1月, 2016 2 次提交
  2. 13 1月, 2016 1 次提交
  3. 08 1月, 2016 1 次提交
  4. 07 1月, 2016 4 次提交
  5. 04 1月, 2016 1 次提交
  6. 03 1月, 2016 2 次提交
  7. 29 12月, 2015 1 次提交
  8. 20 12月, 2015 2 次提交
  9. 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
  10. 16 12月, 2015 3 次提交
  11. 14 12月, 2015 10 次提交
  12. 12 12月, 2015 2 次提交
  13. 10 12月, 2015 1 次提交
  14. 09 12月, 2015 2 次提交
  15. 03 12月, 2015 1 次提交
  16. 30 11月, 2015 4 次提交
  17. 28 11月, 2015 1 次提交