mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
- Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain used)
This commit is contained in:
@@ -502,7 +502,6 @@ static inline int php_openssl_enable_crypto(php_stream *stream,
|
||||
zend_list_insert(mycert,
|
||||
php_openssl_get_x509_list_id() TSRMLS_CC));
|
||||
add_next_index_zval(arr, zcert);
|
||||
FREE_ZVAL(zcert);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user