| Server IP : 104.21.25.180 / Your IP : 162.159.115.41 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/libdwarf/ |
Upload File : |
2018-01-05 David Anderson
* dwarf_macro5.c(_dwarf_get_macro_ops_count_internal):
A test duplicated the preceding loop condition so
the body of the test was dead code. Removed the
dead code.
2018-01-29 David Anderson
* dwarf_arange.c: Improve and comment checks for
stepping off the end of arange data.
* dwarf_die_deliv.c: Make an error code
returned a bit more specific.
DW_DLA_DIE_BAD becomes DW_DLE_ABBREV_MISSING.
* dwarf_errmsg_list.c: Added new error codes
DW_DLE_ABBREV_MISSING DW_DLE_NO_TAG_FOR_DIE
DW_DLE_LOWPC_WRONG_CLASS DW_DLE_HIGHPC_WRONG_FORM.
* dwarf_form.c: Used DW_DLE_NO_TAG_FOR_DIE instead of
DW_DLA_DIE_BAD to make an error return more specific.
* dwarf_frame2.c: Add new checks for corrupted dwarf
frame data.
* dwarf_query.c: Added error check and changed
DW_DLE_DIE_BAD to DW_DLE_ABBREV_MISSING in one place.
Other DWARF corruption checks and error refinements added.
* libdwarf.h.in: Added the defines for the new DW_DLE
codes.
2018-01-29 David Anderson
* gennames.c: Update version string.