[5548] in testers
Re: linux [9.2.7]: from
daemon@ATHENA.MIT.EDU (Robert A Basch)
Mon Jun 23 14:47:49 2003
Message-Id: <200306231847.h5NIlkPK020752@abulia.mit.edu>
To: Jonathon Weiss <jweiss@MIT.EDU>
cc: testers@MIT.EDU
In-Reply-To: Your message of "Sun, 22 Jun 2003 03:47:52 EDT."
<200306220747.h5M7lqs3022951@vorpal-blade.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 23 Jun 2003 14:47:46 -0400
From: Robert A Basch <rbasch@MIT.EDU>
> from segfaults when run wihtout tix.
This looks like a bug in the imclient library. If authentication fails,
it is not properly completing the exchange with the server; when the
server response is read later, a callback is invoked which accesses data
that is local to the authentication function, i.e. is no longer in scope.
I will work on a fix for this.
Thanks for reporting this.
Bob