aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-03-06 09:43:15 +0000
committerNick Clifton <nickc@redhat.com>2019-03-06 09:43:54 +0000
commit219d6836e939d2cd1a8c5574bfa3a101daa31cbb (patch)
treefcb558dbeef3a07afaa31f7b5ea54561d7e37e3c /bfd/ChangeLog
parentaa3cfbda2f2af71044949b5692ce51cafb023d13 (diff)
downloadgdb-219d6836e939d2cd1a8c5574bfa3a101daa31cbb.zip
gdb-219d6836e939d2cd1a8c5574bfa3a101daa31cbb.tar.gz
gdb-219d6836e939d2cd1a8c5574bfa3a101daa31cbb.tar.bz2
Fix a segmentation fault triggered by disassembling an EFi file with source included.
* dwarf2.c (_bfd_dwarf2_find_symbol_bias): Check for a NULL symbol table pointer. * coffgen.c (coff_find_nearest_line_with_names): Do not call _bfd_dwarf2_find_symbol_bias if there is no symbol table available. https://bugzilla.redhat.com/show_bug.cgi?id=1685727
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 73de8b8..15a5a99 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2019-03-06 Nick Clifton <nickc@redhat.com>
+
+ * dwarf2.c (_bfd_dwarf2_find_symbol_bias): Check for a NULL symbol
+ table pointer.
+ * coffgen.c (coff_find_nearest_line_with_names): Do not call
+ _bfd_dwarf2_find_symbol_bias if there is no symbol table available.
+
2019-03-01 Andreas Krebbel <krebbel@linux.ibm.com>
This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335.