52 Commits (0641a5f53948a75a8cef8c365082f528556d01ff)

Author SHA1 Message Date
Dan Čermák 4429b962e1 Fix out of bounds read in src/pngchunk_int.cpp by @brianmay
- consider that key is advanced by 8 bytes if stripHeader is true
  => length is reduced by same amount
  Fixed by adding offset to the check in the loop
- Rewrote loop so that keysize is checked before the next
  iteration (preventing an out of bounds read)
8 years ago
Luis Díaz Más d3748152a7 add _int suffix to all the internal files 8 years ago