This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. 9c1fcd01cf4f222b7065af353cedc3f9701c739c


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  9c1fcd01cf4f222b7065af353cedc3f9701c739c (commit)
      from  c712f1e3f711d0f3b694cdfcf4a965d8419fde94 (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=9c1fcd01cf4f222b7065af353cedc3f9701c739c

commit 9c1fcd01cf4f222b7065af353cedc3f9701c739c
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Mar 17 19:02:13 2014 +0000

    fix latent bugs in ui-out.c
    
    The destructor code in ui-out.c has a latent bug, which is hidden by
    the fact that nothing uses this right now.  This patch fixes the
    problem.  The bug is that we don't always clear a pointer in the
    ui-out object, leading to a bad free.
    
    2014-03-17  Tom Tromey  <tromey@redhat.com>
    
    	* ui-out.c (clear_table, ui_out_new): Clear uiout->table.id.

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

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/ui-out.c  |    5 +++--
 2 files changed, 7 insertions(+), 2 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]