Skip to content

v3.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 00:08
8787cce

Fixed

  • Avoid overflow panic on malformed HEIF iloc extent offsets — a
    crafted or corrupt iloc box could produce extent/base offsets that
    overflow when summed, panicking in debug builds (and wrapping in
    release). Offset arithmetic in iloc/meta now uses checked addition
    and returns None for 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