aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-03-10 10:46:17 +1030
committerAlan Modra <amodra@gmail.com>2020-03-10 11:05:07 +1030
commit6b5e16ffd3e8886fa3fb90d63e3200fcc373848e (patch)
tree37607be13de9a44bbaabf29c15e9668bca45a4d2 /bfd/ChangeLog
parent384f368958f2a5bb083660e58e5f8a010e6ad429 (diff)
downloadgdb-6b5e16ffd3e8886fa3fb90d63e3200fcc373848e.zip
gdb-6b5e16ffd3e8886fa3fb90d63e3200fcc373848e.tar.gz
gdb-6b5e16ffd3e8886fa3fb90d63e3200fcc373848e.tar.bz2
PR25648, objcopy SIGSEGV in ihex_write_record
ihex_set_section_contents sorts records stored on the tdata.ihex_data list by address, but ihex_write_object_contents went too far in assuming they were not overlapping. This patch fixes the problem by not assuming anything about addresses in ihex_write_object_contents. PR 25648 * ihex.c (ihex_write_object_contents): Don't assume ordering of addresses here. Remove dead code.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 371e505..67858c7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2020-03-10 Alan Modra <amodra@gmail.com>
+
+ PR 25648
+ * ihex.c (ihex_write_object_contents): Don't assume ordering of
+ addresses here.
+
2020-03-09 Alan Modra <amodra@gmail.com>
* wasm-module.c (wasm_scan): Sanity check file name length