]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pull in a fix (still under GPLv2) for a double free in gdb, leading to
authorDimitry Andric <dim@FreeBSD.org>
Tue, 13 Mar 2012 19:40:56 +0000 (19:40 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 13 Mar 2012 19:40:56 +0000 (19:40 +0000)
commit9c5cee130f71b2bb6197043c234a62ea258d3149
tree254e37d2140c102499d0367ccbccdeedd54c075b
parent439175407503715ebd0c4d09f858b20430bf6875
Pull in a fix (still under GPLv2) for a double free in gdb, leading to
an assert, which can occur if you repeatedly dlopen() and dlclose() a
.so file in a tight loop.  This was reported on freebsd-current@ by
Alexandre Martins, with a sample to reproduce the behaviour.

Obtained from: http://sourceware.org/git/?p=gdb.git;a=commit;h=a6f2cbb341520f8e100f4b8305979dd6207a79e8
contrib/gdb/gdb/target.c