From 8cc6ce82b5e8c2065214cd551f1ae4f9edd45c6e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Oct 2019 09:45:46 +0200 Subject: Fix CVE-2019-11043 env_path_info underflow in fpm_main.c --- failed.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 5020e80..a58f5e4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,18 @@ -===== 5.6.40-13 (2019-08-28) +===== 5.6.40-14 (2019-09-22) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 2 +/var/lib/mock/el6i/build.log:Tests failed : 3 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 2 el6i: + php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] 4 Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] 4 Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] el7x: - TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment [ext/openssl/tests/stream_crypto_flags_002.phpt] + openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] 2 Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt] -- cgit