1
0
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:
Felipe Pena
2010-09-29 01:25:35 +00:00
parent 013725218a
commit 2d8a4ea299
-1
View File
@@ -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 {