History log of /PHP-7.4/ext/openssl/tests/bug79145.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 9eff906a 21-Jan-2020 Christoph M. Becker

Fix #79145: openssl memory leak

We must increase the refcount of `return_value` only if `cert` is a
resource; this is already done in `php_openssl_evp_from_zval()`,
though.