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: Tue, 28 Jul 2009 17:31:26 +0000
Bugs item #2825536, was opened at 2009-07-22 22: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);
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
We need more details on this bug entry to be able to sort it out properly,
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
----------------------------------------------------------------------
You can respond by visiting:
|