|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-2868910 ] dangling pointer on reused ssl connections
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 28 Sep 2009 16:53:00 +0000
Bugs item #2868910, was opened at 2009-09-28 16:07
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
As result, example code using ssl ctx callback to call SSL_CTX_set_cert_verify_callback (as per curlx.c example) may lead to use of dangling pointer.
Scenario:
1. easy reqest 1 sets CURLOPT_SSL_CTX_FUNCTION and CURLOPT_SSL_CTX_DATA, data points to request's data.
so far so good...
5. easy reqest 1 sets CURLOPT_SSL_CTX_FUNCTION and CURLOPT_SSL_CTX_DATA, data points to 2nd request's data.
----------------------------------------------------------------------
>Comment By: Tomek Bury (tomekbury)
Message:
5. easy request 1 - should be request 2, not 1.
The whole point is that changes made to ssl context by one easy handle are
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info