From 32c4a3a061ff9519e6268efdd51c95f34a3835ba Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 21 Feb 2011 12:50:26 +0000 Subject: [PATCH] - fix bug #54061, memory leak in openssl_decrypt --- ext/openssl/tests/bug54061.phpt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ext/openssl/tests/bug54061.phpt diff --git a/ext/openssl/tests/bug54061.phpt b/ext/openssl/tests/bug54061.phpt new file mode 100644 index 0000000000..cef3944119 --- /dev/null +++ b/ext/openssl/tests/bug54061.phpt @@ -0,0 +1,17 @@ +--TEST-- +Bug #54061 (Memory leak in openssl_decrypt) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +Done -- 2.40.0