aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2014-02-04 20:17:16 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2014-02-04 20:17:16 +0100
commit2915c55b41d00f12ed6bc54b4160e3367065c1c8 (patch)
treee14debda024e41d5fc7ec74415ae1304a747d7e5 /bfd/ChangeLog
parent591a12a1d4c8843343eb999145d8bcc1efedf408 (diff)
downloadgdb-2915c55b41d00f12ed6bc54b4160e3367065c1c8.zip
gdb-2915c55b41d00f12ed6bc54b4160e3367065c1c8.tar.gz
gdb-2915c55b41d00f12ed6bc54b4160e3367065c1c8.tar.bz2
Fix PowerPC targets minor memory leaks found by Coverity
bfd/ 2014-02-04 Jan Kratochvil <jan.kratochvil@redhat.com> * coff-rs6000.c (xcoff_write_archive_contents_big): Free OFFSETS in return paths. Three times. * elf64-ppc.c (ppc64_elf_link_hash_table_create): Free HTAB in all return paths. (ppc64_elf_tls_optimize): Free TOC_REF in return path. (ppc64_elf_edit_toc): Free USED in return path.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b5d658b..e7ed98f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2014-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * coff-rs6000.c (xcoff_write_archive_contents_big): Free OFFSETS in
+ return paths. Three times.
+ * elf64-ppc.c (ppc64_elf_link_hash_table_create): Free HTAB in all
+ return paths.
+ (ppc64_elf_tls_optimize): Free TOC_REF in return path.
+ (ppc64_elf_edit_toc): Free USED in return path.
+
2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
* reloc.c (BFD_RELOC_NIOS2_GOT_LO, BFD_RELOC_NIOS2_GOT_HA): New.