aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-01-09 16:51:04 +0000
committerNick Clifton <nickc@redhat.com>2020-01-09 16:51:04 +0000
commitffebb0bbde7deae978ab3e4d3d3d90acf52b7d69 (patch)
tree946ffa070c8a85a538d86c3576a6e7fab0eedd22 /binutils/ChangeLog
parentb899eb3bb807be1094fde9a2f1c8628232bc0743 (diff)
downloadgdb-ffebb0bbde7deae978ab3e4d3d3d90acf52b7d69.zip
gdb-ffebb0bbde7deae978ab3e4d3d3d90acf52b7d69.tar.gz
gdb-ffebb0bbde7deae978ab3e4d3d3d90acf52b7d69.tar.bz2
Fix an attempt to free a static pointer when using objcopy's symbol addition feature.
PR 25220 * objcopy.c (empty_name): New variable. (need_sym_before): Prevent an attempt to free a static variable. (filter_symbols): Avoid strcmp test by checking for pointer equality.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 792b978..b3c499d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,13 @@
2020-01-09 Nick Clifton <nickc@redhat.com>
+ PR 25220
+ * objcopy.c (empty_name): New variable.
+ (need_sym_before): Prevent an attempt to free a static variable.
+ (filter_symbols): Avoid strcmp test by checking for pointer
+ equality.
+
+2020-01-09 Nick Clifton <nickc@redhat.com>
+
* po/zh_TW.po: Updated Traditional Chinese translation.
2020-01-09 Aaron Merey <amerey@redhat.com>