cURL / Mailing Lists / curl-library / Single Mail

curl-library

SEGSEGV while freeing session ID in ssluse.c

From: Sharma, Amit <as230007_at_exchange.Canada.NCR.com>
Date: Tue, 28 Oct 2003 11:01:13 -0500

Hi List,

Getting a SEGSEGV signal after I reuse the connection for communication.
While trying to figure out the problem, the debugger pointed me to
SSL_SESSION_free(session->sessionid) in function, static int
Kill_Single_Session(struct curl_ssl_session *session) in ssluse.c. This is
when this signal gets delivered to my program.

Looks like there is an illegal value access while trying to free the session
ID by the curl_easy_cleanup() routine. Could anybody suggest what could have
caused this problem.

Gracias,
Amit

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
Received on 2003-10-28