aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorFrederic Cambus <fred@statdns.com>2021-01-26 09:55:34 +0000
committerNick Clifton <nickc@redhat.com>2021-01-26 09:55:34 +0000
commite37709f0901fe6f2410094151002bab3d123df85 (patch)
treed88a26c223c0e962fb46a6cfda6fc158361dba16 /binutils/ChangeLog
parentd56834cbfb7c14b2ad723c75cc56db2de3c0f0e7 (diff)
downloadgdb-e37709f0901fe6f2410094151002bab3d123df85.zip
gdb-e37709f0901fe6f2410094151002bab3d123df85.tar.gz
gdb-e37709f0901fe6f2410094151002bab3d123df85.tar.bz2
Fix thinko in objcopy's memory freeing code.
* objcopy.c (copy_main): Fix a double free happening when both --localize-symbols and --globalize-symbols options are invoked together.
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 b0a8da7..fd9f4bd 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-26 Frederic Cambus <fred@statdns.com>
+
+ * objcopy.c (copy_main): Fix a double free happening when both
+ --localize-symbols and --globalize-symbols options are invoked
+ together.
+
2021-01-24 Nick Clifton <nickc@redhat.com>
* README-how-to-make-a-release: Minor updates after the 2.36 release.