Skip to content

libdwarf -code release 2.2.0

Latest

Choose a tag to compare

@davea42 davea42 released this 08 Oct 20:44
· 12 commits to main since this release

No change in API in this release.

Added functions dwarf_lvn_name_direct()
dwarf_lvn_name() dwarf_lvn_table_entry()
to allow complete reading of DWARF6 DW_AT_language_version
attributes.
Fixed issues reading corrupted (fuzzed) Apple Mach-o
object files: now the code immediately returns an error
instead of seeming stuck.
Fixed issues building with gcc option -std=c99
and the like.
Corrected a bug reading line table data that
used forms similar to DWARF5 DW_FORM_strx.