From d5f7f609c28f33b6233808480021735336830055 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Feb 2021 10:07:28 +0100 Subject: Fix #80672 Null Dereference in SoapClient CVE-2021-21702 better fix for #77423 --- failed.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 16509de..cf12e07 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,14 @@ -===== 7.1.33-11 (2021-01-04) +===== 7.1.33-12 (2021-02-03) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x/build.log:Tests failed : 3 +/var/lib/mock/el7x/build.log:Tests failed : 4 el7x 4 Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] + 4 Bug #73837: Milliseconds in DateTime() [ext/date/tests/bug73837.phpt] 4 date_modify() function [1] [ext/date/tests/date_modify-1.phpt] -- cgit