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/cfi: check for overflow when evaluating DW_CFA_advance_loc #730

Closed philipc closed 2 months ago

philipc commented 2 months ago

Addresses for CFI rows should only increase. This is equivalent to the existing check for DW_CFA_set_loc.