]> granicus.if.org Git - php/commit
couple of resource leaks fixes and use after free's
authorDavid Carlier <devnexen@gmail.com>
Mon, 27 Jun 2016 06:42:49 +0000 (07:42 +0100)
committerDavid Carlier <devnexen@gmail.com>
Mon, 27 Jun 2016 06:44:21 +0000 (07:44 +0100)
commit85e985f191c228cb6b119ebe223d682c9166fdc2
tree108e0d17ee6b4929f2f1a057e3da4f62fc307781
parent8de8636a2b6dc331486284f1f037259bb7347768
couple of resource leaks fixes and use after free's
16 files changed:
NEWS
ext/curl/interface.c
ext/curl/multi.c
ext/curl/php_curl.h
ext/curl/share.c
ext/curl/tests/curl_multi_errno_strerror_001.phpt [new file with mode: 0644]
ext/curl/tests/curl_share_errno_strerror_001.phpt [new file with mode: 0644]
ext/opcache/zend_file_cache.c
ext/openssl/openssl.c
ext/openssl/tests/029.phpt [new file with mode: 0644]
ext/openssl/tests/ecc.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkey_export_basic.phpt
ext/openssl/tests/openssl_pkey_get_details_basic.phpt
main/fastcgi.c
sapi/cli/ps_title.c
sapi/phpdbg/phpdbg.c