php-src/ext/curl
Alexey Zamorov 8c292a2f9d Avoid dangling pointer in curl header.str
If buf_len is zero, this would leave behind a dangling pointer
to an already released header.str. Make sure this can't happen
by always overwriting the pointer.

Closes GH-7376.
2021-08-31 17:23:58 +02:00
..
tests Fix curl_copy_handle() with CURLINFO_HEADER_OUT 2021-08-31 17:06:41 +02:00
config.m4 Don't link against openssl 1.1 in curl 2020-01-06 10:42:57 +01:00
config.w32 Clean up curl openssl check 2020-01-06 10:17:37 +01:00
CREDITS
curl_file.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
interface.c Avoid dangling pointer in curl header.str 2021-08-31 17:23:58 +02:00
multi.c Merge branch 'PHP-7.3' into PHP-7.4 2020-01-08 18:31:38 +01:00
php_curl.h Fix #79019: Copied cURL handles upload empty file 2020-02-04 11:09:28 +01:00
share.c Remove local variables 2019-02-03 21:03:00 +01:00
sync-constants.php Merge branch 'PHP-7.3' into PHP-7.4 2019-05-02 15:13:24 +02:00