summaryrefslogtreecommitdiffstats
path: root/libdw/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <[email protected]>2014-03-04 00:04:27 +0100
committerJan Kratochvil <[email protected]>2014-03-04 00:04:27 +0100
commitdff2a99d84a756792f65d31fa19becce792f2ca5 (patch)
treedada7f00e64a3325912e978e5bf9a164485fc856 /libdw/ChangeLog
parent8f4402f7cd1a8b82f890a219d97106cbf918cf92 (diff)
Fix abort() on missing section headers.
libdw/ 2014-03-03 Jan Kratochvil <[email protected]> Fix abort() on missing section headers. * dwarf_begin_elf.c (check_section): Replace abort call by goto err. New label err to return NULL. Signed-off-by: Jan Kratochvil <[email protected]>
Diffstat (limited to 'libdw/ChangeLog')
-rw-r--r--libdw/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 19a2a505..1d9b9a3b 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-03 Jan Kratochvil <[email protected]>
+
+ Fix abort() on missing section headers.
+ * dwarf_begin_elf.c (check_section): Replace abort call by goto err.
+ New label err to return NULL.
+
2014-02-05 Josh Stone <[email protected]>
* dwarf_decl_file.c (dwarf_decl_file): Read the idx as unsigned.