Fix abort() on missing section headers.

libdw/
2014-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>

	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 <jan.kratochvil@redhat.com>
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 19a2a50..1d9b9a3 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	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  <jistone@redhat.com>
 
 	* dwarf_decl_file.c (dwarf_decl_file): Read the idx as unsigned.