gimli-rs / gimli

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

read/cfi: fix hack for zero length entries in .debug_frame #741

Closed philipc closed 4 months ago

philipc commented 4 months ago

There were two problems with this hack:

Fix by moving the zero length handling into the iterator.

This is a followup to #486