From 05704553742f73c643ee6767f5c3c5bd132e0d03 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 30 Mar 2009 09:17:57 +0000 Subject: [PATCH] MFH Add test for bug #47828 --- ext/openssl/tests/bug47828.phpt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ext/openssl/tests/bug47828.phpt diff --git a/ext/openssl/tests/bug47828.phpt b/ext/openssl/tests/bug47828.phpt new file mode 100644 index 0000000000..aef4d79cdb --- /dev/null +++ b/ext/openssl/tests/bug47828.phpt @@ -0,0 +1,15 @@ +--TEST-- +Bug #47828 (segfault with openssl_x509_parse()) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +string(8) "9337ed77" +Done -- 2.40.0