This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 2915c55b41d00f12ed6bc54b4160e3367065c1c8


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  2915c55b41d00f12ed6bc54b4160e3367065c1c8 (commit)
      from  591a12a1d4c8843343eb999145d8bcc1efedf408 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2915c55b41d00f12ed6bc54b4160e3367065c1c8

commit 2915c55b41d00f12ed6bc54b4160e3367065c1c8
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Tue Feb 4 20:17:16 2014 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog     |    9 +++++++++
 bfd/coff-rs6000.c |   15 ++++++++++++---
 bfd/elf64-ppc.c   |   28 +++++++++++++++++++++++-----
 3 files changed, 44 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]