php-src/ext/curl
Nikita Popov b4a2a9662b Retain reference to share handle from curl handle
Not keeping a reference will not result in use after free, because
curl protects against it, but it will result in a memory leak,
because curl_share_cleanup() will fail. We should make sure that
the share handle object stays alive as long as the curl handles
use it.
2020-11-11 11:56:03 +01:00
..
tests Retain reference to share handle from curl handle 2020-11-11 11:56:03 +01:00
config.m4 Private/public split curl header 2020-09-07 11:12:41 +02:00
config.w32 Private/public split curl header 2020-09-07 11:12:41 +02:00
CREDITS
curl.stub.php Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_arginfo.h Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_file.c Private/public split curl header 2020-09-07 11:12:41 +02:00
curl_file.stub.php Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_file_arginfo.h Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
curl_private.h Retain reference to share handle from curl handle 2020-11-11 11:56:03 +01:00
interface.c Retain reference to share handle from curl handle 2020-11-11 11:56:03 +01:00
multi.c Fixed bug #80121 2020-10-01 17:05:23 +02:00
php_curl.h Private/public split curl header 2020-09-07 11:12:41 +02:00
share.c Private/public split curl header 2020-09-07 11:12:41 +02:00
sync-constants.php Merge branch 'PHP-7.3' into PHP-7.4 2019-05-02 15:13:24 +02:00