2 Commits (d897997b29464b775d52e324769d1e762586f8d2)

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)
7 years ago
Luis Díaz Más d3748152a7 add _int suffix to all the internal files 8 years ago