cURL / Mailing Lists / curl-library / Single Mail

curl-library

Bug in ssluse.c

From: chicco <chicco_at_gammasite.com>
Date: Thu, 28 Feb 2002 16:06:48 +0200

There is a bug is ssluse.c in the function Store_SSL_Session(struct
connectdata *conn).
The variable : struct curl_ssl_session *store - is not initialized though
int oldest_age is initialized to
data->state.session[0].age
So if session 0 is the oldest one store will remain not initialize while
Kill_Single_Session(store) is called.
store should be initialized to - &data->state.session[0].
Received on 2002-02-28