- 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 22d73027d0
commit a5459c09c9
2 changed files with 2 additions and 1 deletions

2
NEWS
View File

@ -22,6 +22,8 @@
- Fixed possible crash in mssql_fetch_batch(). (Kalle)
- Fixed inconsistent backlog default value (-1) in FPM on many systems. (fat)
- Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain
used). (Felipe)
- Fixed bug #52931 (strripos not overloaded with function overloading enabled).
(Felipe)
- Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with

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()));
add_next_index_zval(arr, zcert);
FREE_ZVAL(zcert);
}
} else {