gimli-rs / gimli

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

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

Closed philipc closed 2 months ago

philipc commented 2 months ago

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