This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Fix memory corruption on aborted object print
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org, Chris Moller <cmoller at redhat dot com>
- Date: Mon, 28 Jun 2010 10:51:32 -0600
- Subject: Re: [patch] Fix memory corruption on aborted object print
- References: <20100628140625.GA24646@host0.dyn.jankratochvil.net>
- Reply-to: tromey at redhat dot com
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan> * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
Jan> obstack_begin after each obstack_free.
Jan> 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan> * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
This is ok. Thanks.
Tom