From 0f719845b87cb975effba75cf49b2c84cf5f28a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jan 2020 10:15:12 +0100 Subject: mbstring: Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar CVE-2020-7060 session: Fix #79091 heap use-after-free in session_create_id standard: Fix #79099 OOB read in php_strip_tags_ex CVE-2020-7059 --- failed.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index ec69b1c..12b57c6 100644 --- a/failed.txt +++ b/failed.txt @@ -1,22 +1,18 @@ -===== 7.1.33-2 (2019-12-19) +===== 7.1.33-3 (2020-01-21) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl71el6x/build.log:Tests failed : 0 -/var/lib/mock/scl71el7x/build.log:Tests failed : 1 -/var/lib/mock/scl71el8x/build.log:Tests failed : 28 -/var/lib/mock/scl71fc29x/build.log:Tests failed : 3 -/var/lib/mock/scl71fc30x/build.log:Tests failed : 3 +/var/lib/mock/scl71el7x/build.log:Tests failed : 0 +/var/lib/mock/scl71el8x/build.log:Tests failed : 29 +/var/lib/mock/scl71fc29x/build.log:Tests failed : 2 +/var/lib/mock/scl71fc30x/build.log:Tests failed : 2 /var/lib/mock/scl71fc31x/build.log:Tests failed : 2 -el7x, fc30x: - 2 Bug #73837: Milliseconds in DateTime() [ext/date/tests/bug73837.phpt] fc29x, fc30x, fc31x: openssl_encrypt() with CCM cipher algorithm tests [ext/openssl/tests/openssl_encrypt_ccm.phpt] TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] -fc29x: - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] 1 proc_open give erratic test results :( -- cgit