Skip to content

Commit ab66152

Browse files
committed
move the use-after-free fixes to 5.6.11
1 parent b1a9b89 commit ab66152

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

NEWS

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ PHP NEWS
1717
. Fixed bug #69882 (OpenSSL error “key values mismatch” after
1818
openssl_pkcs12_read with extra cert) (Tomasz Sawicki)
1919

20-
- SPL:
21-
. Fixed bug #69970 (Use-after-free vulnerability in
22-
spl_recursive_it_move_forward_ex()). (Laruence)
23-
24-
- Sqlite3:
25-
. Fixed bug #69972 (Use-after-free vulnerability in
26-
sqlite3SafetyCheckSickOrOk()). (Laruence)
27-
2820
09 Jul 2015, PHP 5.6.11
2921

3022
- Core:
@@ -74,6 +66,12 @@ PHP NEWS
7466
. Fixed bug #69737 (Segfault when SplMinHeap::compare produces fatal error).
7567
(Stas)
7668
. Fixed bug #67805 (SplFileObject setMaxLineLength). (Willian Gustavo Veiga).
69+
. Fixed bug #69970 (Use-after-free vulnerability in
70+
spl_recursive_it_move_forward_ex()). (Laruence)
71+
72+
- Sqlite3:
73+
. Fixed bug #69972 (Use-after-free vulnerability in
74+
sqlite3SafetyCheckSickOrOk()). (Laruence)
7775

7876
11 Jun 2015, PHP 5.6.10
7977

0 commit comments

Comments
 (0)