Re: [patch] Dangling Pointer in libltdl

2007-01-24 Thread Dave Brolley
Hi Ralf and thanks for looking at this! Thanks for the bug report. * Dave Brolley wrote on Thu, Jan 18, 2007 at 07:39:23PM CET: / / / The attached patch fixes a problem with a dangling pointer in lt_dlexit / / withing libltdl. The problem is that lt_dlclose is recursively called

[patch] Dangling Pointer in libltdl

2007-01-19 Thread Dave Brolley
sure that the handle pointed to by 'cur' still exists in the linked list pointed to by 'handles' and, if it doesn't, resets it. This patch is against the latest CVS sources of the libtool project as of today. Dave 2007-01-17 Dave Brolley [EMAIL PROTECTED] * libltdl/ltdl.c