aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-09-13 16:14:36 +0100
committerNick Clifton <nickc@redhat.com>2018-09-13 16:14:36 +0100
commit508d0c9b5945d30bcf163b9b88213d277949e9a8 (patch)
tree89b1eeab83b6978cd84e9df13959a59b8d05c428 /binutils/ChangeLog
parent5be12fc1ad9e47e82bd8902ad6a1f71946c58805 (diff)
downloadgdb-508d0c9b5945d30bcf163b9b88213d277949e9a8.zip
gdb-508d0c9b5945d30bcf163b9b88213d277949e9a8.tar.gz
gdb-508d0c9b5945d30bcf163b9b88213d277949e9a8.tar.bz2
Fix a use-after-freed error introduced by previous attempt to fix a Coverity scan result.
PR 23633 * objcopy.c (add_specific_symbols): Do not free the buffer at the end of the function.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d77b3ab..040e6ec 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2018-09-13 Nick Clifton <nickc@redhat.com>
+
+ PR 23633
+ * objcopy.c (add_specific_symbols): Do not free the buffer at the
+ end of the function.
+
2018-09-10 Alan Modra <amodra@gmail.com>
PR binutils/23611