Archive Index
This month's Index
|
Subject: [ libssh2-Bugs-2825536 ] Double free or corruption of pointer on failed PW auth
[ libssh2-Bugs-2825536 ] Double free or corruption of pointer on failed PW auth
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 22 Jul 2009 20:23:29 +0000
This mailing list has been abandoned! Subscribe to and use the new list
Bugs item #2825536, was opened at 2009-07-22 15:23
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
*** glibc detected *** conf-sav.pl: fetching newtree/scn/sw1.bhmnoc: double free or corruption (!prev): 0x0000000002394820 ***
If I load it up in gdb with the libssh2 debuginfo installed, I see the crash in session.c at line 843:
LIBSSH2_FREE(session, session->userauth_list_data);
----------------------------------------------------------------------
You can respond by visiting:
------------------------------------------------------------------------------
|