From 9d0e088bae4b092768b2779b9f82cac349cb80e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Dec 2019 16:21:44 +0100 Subject: - bcmath: Fix #78878 Buffer underflow in bc_shift_addsub CVE-2019-11046 - core: Fix #78862 link() silently truncates after a null byte on Windows CVE-2019-11044 Fix #78863 DirectoryIterator class silently truncates after a null byte CVE-2019-11045 - exif Fix #78793 Use-after-free in exif parsing under memory sanitizer CVE-2019-11050 Fix #78910 Heap-buffer-overflow READ in exif CVE-2019-11047 - use oracle client library version 19.5 (18.5 on EL-6) --- failed.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index c3628e0..ec69b1c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,24 +1,22 @@ -===== 7.1.33 (2019-10-24) +===== 7.1.33-2 (2019-12-19) $ 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 : 2 +/var/lib/mock/scl71fc29x/build.log:Tests failed : 3 /var/lib/mock/scl71fc30x/build.log:Tests failed : 3 -/var/lib/mock/scl71fc31x/build.log:Tests failed : 3 +/var/lib/mock/scl71fc31x/build.log:Tests failed : 2 -el7x: +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] -fc30x - Bug #73837: Milliseconds in DateTime() [ext/date/tests/bug73837.phpt] -fc31x - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.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