From 671d9816d288c0bda30629fdaa1235c3baf5cc16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jul 2019 11:12:58 +0200 Subject: - exif: Fix #78256 heap-buffer-overflow on exif_process_user_comment CVE-2019-11042 Fix #78222 heap-buffer-overflow on exif_scan_thumbnail CVE-2019-11041 - phar: Fix #77919 Potential UAF in Phar RSHUTDOWN --- failed.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 023e9a8..70bd2b4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,9 +1,9 @@ -===== 5.6.40-9 (2019-05-28) +===== 5.6.40-12 (2019-07-30) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 4 -/var/lib/mock/el6x/build.log:Tests failed : 0 +/var/lib/mock/el6x/build.log:Tests failed : 1 /var/lib/mock/el7x/build.log:Tests failed : 0 @@ -12,6 +12,8 @@ el6i: 4 Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] Peer verification enabled for client streams [ext/openssl/tests/peer_verification.phpt] Peer verification matches SAN names [ext/openssl/tests/san_peer_matching.phpt] +el6x: + Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt] 1 proc_open have erratic results... :( -- cgit