Release libdwarf 0.7.0 #163
davea42
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
About 50 vulnerabilities (found by fuzzing) reading corrupt DWARF and/or Elf have been fixed.
Support for 32 bit section numbers (standard Elf has 16 bit section numbers) means
that users calling dwarf_object_init_b()/dwarf_object_finish()
have a source incompatibility to deal with.
Two functions reading the .debug_names section
dwarf_dnames_abbrev_by_code()
and dwarf_dnames_abbrev_form_by_index() were hard to
use and/or broken. They are not needed so they have
been removed.
This discussion was created from the release Release libdwarf 0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions