From c37dfe71020d49a3f48af94227122cc9d3769b76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jul 2026 09:26:37 +0200 Subject: Fix Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD --- failed.txt | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index b6e729d..8d67921 100644 --- a/failed.txt +++ b/failed.txt @@ -1,28 +1,21 @@ -===== 8.1.34-2 (2026-05-07) +===== 8.1.34-3 (2026-07-02) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el8a81/build.log:Tests failed : 2 -/var/lib/mock/el8x81/build.log:Tests failed : 2 -/var/lib/mock/el9a81/build.log:Tests failed : 4 -/var/lib/mock/el9x81/build.log:Tests failed : 4 -/var/lib/mock/el10a81/build.log:Tests failed : 4 -/var/lib/mock/el10x81/build.log:Tests failed : 4 -/var/lib/mock/fc42a81/build.log:Tests failed : 3 -/var/lib/mock/fc42x81/build.log:Tests failed : 3 -/var/lib/mock/fc43a81/build.log:Tests failed : 4 -/var/lib/mock/fc43x81/build.log:Tests failed : 4 -/var/lib/mock/fc44a81/build.log:Tests failed : 4 -/var/lib/mock/fc44x81/build.log:Tests failed : 4 +/var/lib/mock/el8a81/build.log:Tests failed : 0 +/var/lib/mock/el8x81/build.log:Tests failed : 0 +/var/lib/mock/el9a81/build.log:Tests failed : 0 +/var/lib/mock/el9x81/build.log:Tests failed : 0 +/var/lib/mock/el10a81/build.log:Tests failed : 0 +/var/lib/mock/el10x81/build.log:Tests failed : 0 +/var/lib/mock/fc42a81/build.log:Tests failed : 0 +/var/lib/mock/fc42x81/build.log:Tests failed : 0 +/var/lib/mock/fc43a81/build.log:Tests failed : 0 +/var/lib/mock/fc43x81/build.log:Tests failed : 0 +/var/lib/mock/fc44a81/build.log:Tests failed : 0 +/var/lib/mock/fc44x81/build.log:Tests failed : 0 -fc*, el10: - 3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt] -fc43, el9, el10: - 3 Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds) [ext/openssl/tests/bug74341.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