diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-02 16:05:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-02 16:05:14 +0200 |
commit | b24f881bfb8a7ee8b17c9a8168aa8675d761ecf9 (patch) | |
tree | 2858a65145bc45008f75d84e173143669fb2fbaf /failed.txt | |
parent | b6d6544f9e4536958fd65a5e1733b049a84d65ba (diff) |
- exif:
Fix #77753 Heap-buffer-overflow in php_ifd_get32s
Fix #77831 Heap-buffer-overflow in exif_iif_add_value
- sqlite3:
Added sqlite3.defensive INI directive
Diffstat (limited to 'failed.txt')
-rw-r--r-- | failed.txt | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,22 +1,18 @@ -===== 7.0.33-5 (2019-03-05) +===== 7.0.33-7 (2019-04-02) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70el6x/build.log:Tests failed : 0 /var/lib/mock/scl70el7x/build.log:Tests failed : 0 -/var/lib/mock/scl70el8x/build.log:Tests failed : 54 +/var/lib/mock/scl70el8x/build.log:Tests failed : 28 /var/lib/mock/scl70fc25x/build.log:Tests failed : 0 /var/lib/mock/scl70fc26x/build.log:Tests failed : 0 /var/lib/mock/scl70fc27x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc28x/build.log:Tests failed : 3 -/var/lib/mock/scl70fc29x/build.log:Tests failed : 4 -/var/lib/mock/scl70fc30x/build.log:Tests failed : 4 +/var/lib/mock/scl70fc28x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc29x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc30x/build.log:Tests failed : 1 -fc28x, fc29x, fc30x: - Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] - Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] - date_modify() function [1] [ext/date/tests/date_modify-1.phpt] fc29x, fc30x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] |