From 487228faab4397c1a4e3e396eb44a29da6b73615 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Mar 2019 11:05:36 +0100 Subject: - phar: Fix #77396 Null Pointer Dereference in phar_create_or_parse_filename Fix #77586 - phar_tar_writeheaders_int() buffer overflow - spl: Fix #77431 openFile() silently truncates after a null byte - security fix synced with https://github.com/Microsoft/php-src/ --- failed.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 9d404af..61e46a4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.40-4 (2019-03-05) +===== 5.6.40-5 (2019-03-12) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -- cgit