aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-02-06 11:12:02 +0000
committerNick Clifton <nickc@redhat.com>2015-02-06 11:12:54 +0000
commit5929c344f957f93253efa4c3495a996789d48ae7 (patch)
tree58ccb0820dc7aa39ca8d4a9645d7219421d32f1f /bfd/ChangeLog
parent77f41761432a70930ea0a917a2f135b392af34f5 (diff)
downloadgdb-5929c344f957f93253efa4c3495a996789d48ae7.zip
gdb-5929c344f957f93253efa4c3495a996789d48ae7.tar.gz
gdb-5929c344f957f93253efa4c3495a996789d48ae7.tar.bz2
Fixes illegal memory accesses triggereb by running a 32-bit binary version of objdump compiled on a 64-bit host.
PR binutils/17512 * dwarf.c (display_debug_frames): Fix range checks to work on 32-bit binaries complied on a 64-bit host. * peXXigen.c (rsrc_print_resource_entries): Add range check for addresses that wrap around the address space. (rsrc_parse_entry): Likewise.
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 a7fe73c..f12a610 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2015-02-06 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/17512
+ * peXXigen.c (rsrc_print_resource_entries): Add range check for
+ addresses that wrap around the address space.
+ (rsrc_parse_entry): Likewise.
+
2015-02-03 H.J. Lu <hongjiu.lu@intel.com>
PR ld/12365