Fix potential buffer overrun in objcopy's note merging code.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 4fabf0cb063ed5ee5bf54d6ada8410ce6506ebd5..2d1a0030883ca7a6b4799251033c77ff737fb63c 100644 (file)
@@ -1,3 +1,26 @@
+2019-11-21  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (merge_gnu_build_notes): Allow for the possibility
+       that the new notes might actually be larger than the original
+       notes.
+
+2019-11-21  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite
+       with positive logic and add more target triples.
+
+2019-11-19  Alan Modra  <amodra@gmail.com>
+
+       PR 24499
+       * objcopy.c (copy_file): Ignore --add-gnu-debuglink for archives.
+
+2019-11-19  Alan Modra  <amodra@gmail.com>
+
+       PR 24968
+       * objcopy.c (copy_object): For ELF output and non-ELF input without
+       arch, take arch from output file if not given by -B.  Don't
+       bfd_get_arch_info when we already have iarch.
+
 2019-11-19  Alan Modra  <amodra@gmail.com>
 
        PR 25191
This page took 0.025592 seconds and 4 git commands to generate.