1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00
Files
archived-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
..
2020-09-07 11:12:41 +02:00
2020-09-07 11:12:41 +02:00
2020-09-07 11:12:41 +02:00
2020-10-01 17:05:23 +02:00
2020-09-07 11:12:41 +02:00
2020-09-07 11:12:41 +02:00