gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
857 stars 109 forks source link

read/line: check for overflow when advancing the address #731

Closed philipc closed 5 months ago

philipc commented 5 months ago

Addresses in line sequences should only increase. The addr2line crate relies on this for its binary search.