diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-11 09:19:33 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-11 09:19:33 +0200 |
| commit | 8c66a4e97b0f64d1306133822844c59aec3032c0 (patch) | |
| tree | 982877da7306e697e3b30126577d522cfab182af /failed.txt | |
| parent | 64096d0a04a58b3984cf744e10dcfb47413692a8 (diff) | |
CVE-2026-6735
Fix Null pointer dereference in php_mb_check_encoding() via mb_ereg_search_init()
CVE-2026-7259
Fix SQL injection via NUL bytes in quoted strings
CVE-2025-14179
Fix Stale SOAP_GLOBAL(ref_map) pointer with Apache Map
CVE-2026-6722
Fix Use-after-free after header parsing failure with SOAP_PERSISTENCE_SESSION
CVE-2026-7261
Fix Broken Apache map value NULL check
CVE-2026-7262
Fix Signed integer overflow of char array offset
CVE-2026-7568
Fix Consistently pass unsigned char to ctype.h functions
CVE-2026-7258
Diffstat (limited to 'failed.txt')
| -rw-r--r-- | failed.txt | 29 |
1 files changed, 16 insertions, 13 deletions
@@ -1,19 +1,19 @@ -===== 8.0.30-15 (2025-12-18) +===== 8.0.30-16 (2026-05-11) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/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 : 1 -/var/lib/mock/el9x80/build.log:Tests failed : 1 -/var/lib/mock/el10a80/build.log:Tests failed : 1 -/var/lib/mock/el10x80/build.log:Tests failed : 1 -/var/lib/mock/fc41a80/build.log:Tests failed : 0 -/var/lib/mock/fc41x80/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 : 4 -/var/lib/mock/fc43x80/build.log:Tests failed : 4 +/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 el9, el10, fc43: @@ -22,6 +22,9 @@ 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 :( |
