Fixed
- Avoid overflow panic on malformed HEIF
ilocextent offsets — a
crafted or corruptilocbox could produce extent/base offsets that
overflow when summed, panicking in debug builds (and wrapping in
release). Offset arithmetic iniloc/metanow uses checked addition
and returnsNonefor out-of-range extents instead of panicking, so
Exif extraction fails gracefully on such files.
#64
Full changelog: CHANGELOG.md · crates.io: nom-exif 3.6.2