mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix bug #33222 (segfault when CURL handle is closed in a callback).
fix segfaults when CURL callback functions throw exception.
This commit is contained in:
parent
2018d2df32
commit
56a68b5be1
2 changed files with 22 additions and 6 deletions
|
@ -121,6 +121,7 @@ typedef struct {
|
|||
php_curl_handlers *handlers;
|
||||
long id;
|
||||
unsigned int uses;
|
||||
zend_bool in_callback;
|
||||
} php_curl;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue