aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTim R?hsen <tim.ruehsen@gmx.de>2019-11-05 16:03:07 +0000
committerNick Clifton <nickc@redhat.com>2019-11-05 16:03:07 +0000
commit3a70f7e8e3e480d1debf40b8d71d5444e32d69df (patch)
treeb1a3eb49c897ead5d98a072426b4c0a15ffdb54a /bfd/ChangeLog
parent7abb8d81115a2a748443f041e37cc13a70b34faa (diff)
downloadgdb-3a70f7e8e3e480d1debf40b8d71d5444e32d69df.zip
gdb-3a70f7e8e3e480d1debf40b8d71d5444e32d69df.tar.gz
gdb-3a70f7e8e3e480d1debf40b8d71d5444e32d69df.tar.bz2
Fix memory allocation and release problems in the bfd documentation processor.
* doc/chew.c (add_to_definition): Use correct type when calculating size of array reallocation. (nextword): Always initialise the word return parameter. (compile): Check return value of nextword().
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 78cbd51..3fcc985 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2019-11-05 Tim Rühsen <tim.ruehsen@gmx.de>
+
+ * doc/chew.c (add_to_definition): Use correct type when
+ calculating size of array reallocation.
+ (nextword): Always initialise the word return parameter.
+ (compile): Check return value of nextword().
+
2019-10-30 Keith Seitz <keiths@redhat.com>
* elf-bfd.h (elf_backend_data) <elf_backend_core_find_build_id>: