This is the mail archive of the gdb-patches@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]

Re: [RFC v5 1/8] fix latent bugs in ui-out.c


Hi,

On 03/04/2014 06:32 PM, Tom Tromey wrote:
> 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.
> 
> 2013-10-30  Tom Tromey  <tromey@redhat.com>
> 
> 	* ui-out.c (clear_table, ui_out_new): Clear uiout->table.id.

This one is obviously correct.  There's really no need
to hold it further, so I went ahead and pushed it in.

Thanks,
-- 
Pedro Alves


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