From d7ab42a61c5d7138c872f0c7ebf91206906309c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jul 2026 10:17:46 +0200 Subject: Fix Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD --- failed.txt | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index baf31ae..bf5174d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,30 +1,21 @@ -===== 8.0.30-16 (2026-05-11) +===== 8.0.30-17 (2026-07-02) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el8a80/build.log:Tests failed : 2 -/var/lib/mock/el8x80/build.log:Tests failed : 2 -/var/lib/mock/el9a80/build.log:Tests failed : 3 -/var/lib/mock/el9x80/build.log:Tests failed : 3 -/var/lib/mock/el10a80/build.log:Tests failed : 3 -/var/lib/mock/el10x80/build.log:Tests failed : 3 -/var/lib/mock/fc42a80/build.log:Tests failed : 2 -/var/lib/mock/fc42x80/build.log:Tests failed : 2 -/var/lib/mock/fc43a80/build.log:Tests failed : 6 -/var/lib/mock/fc43x80/build.log:Tests failed : 6 -/var/lib/mock/fc44a80/build.log:Tests failed : 6 -/var/lib/mock/fc44x80/build.log:Tests failed : 6 +/var/lib/mock/el8a80/build.log:Tests failed : 0 +/var/lib/mock/el8x80/build.log:Tests failed : 0 +/var/lib/mock/el9a80/build.log:Tests failed : 0 +/var/lib/mock/el9x80/build.log:Tests failed : 0 +/var/lib/mock/el10a80/build.log:Tests failed : 0 +/var/lib/mock/el10x80/build.log:Tests failed : 0 +/var/lib/mock/fc42a80/build.log:Tests failed : 0 +/var/lib/mock/fc42x80/build.log:Tests failed : 0 +/var/lib/mock/fc43a80/build.log:Tests failed : 0 +/var/lib/mock/fc43x80/build.log:Tests failed : 0 +/var/lib/mock/fc44a80/build.log:Tests failed : 0 +/var/lib/mock/fc44x80/build.log:Tests failed : 0 -el9, el10, fc43: - 3 Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds) [ext/openssl/tests/bug74341.phpt] -fc43: - 3 X (PCRE_EXTRA) modifier is ignored (no error, no change) [ext/pcre/tests/pcre_extra.phpt] - 3 preg_split() [ext/pcre/tests/split.phpt] - 3 preg_grep() 2nd test [ext/pcre/tests/grep2.phpt] -all - 3 sni_server [ext/openssl/tests/sni_server.phpt] - 3 sni_server with separate pk and cert [ext/openssl/tests/sni_server_key_cert.phpt] 1 proc_open give erratic test results :( -- cgit