This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Fix JIT crash on invalid DWARF (PR 13208)
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sourceware dot org
- Cc: Steve Fink <sphink at gmail dot com>
- Date: Sat, 29 Oct 2011 00:41:22 +0200
- Subject: Re: [patch] Fix JIT crash on invalid DWARF (PR 13208)
- References: <20111015202833.GA25579@host1.jankratochvil.net>
On Sat, 15 Oct 2011 22:28:33 +0200, Jan Kratochvil wrote:
> gdb/
> 2011-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
>
> * jit.c (jit_register_code): Remove unused variable my_cleanups. Check
> for NULL from bfd_open_from_target_memory. Fix ownership of NBFD and
> SAI.
Checked it in, it was pretty obvious:
http://sourceware.org/ml/gdb-cvs/2011-10/msg00211.html
Thanks,
Jan