Ethereal-dev: Re: [Ethereal-dev] LDAP Patch

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 25 Apr 2003 14:19:38 -0700
On Fri, Apr 25, 2003 at 03:08:19PM -0400, Schene_Tony@xxxxxxx wrote:
> I see repeated ethereal segfaults when tracing LDAP traffic.  The core file
> showed that it was due to a corrupted auth_info_items list in ldap_reinit().
> The attached patch seems to fix the problem.

Yes, once the list has been emptied and the items in it freed, the list
pointer has to be nulled out to reflect the emptiness of the list.