Skip to content

Commit 43c24da

Browse files
author
Julien Pauli
committed
Updated NEWS
1 parent c08f9c2 commit 43c24da

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ PHP NEWS
1818
14 May 2015, PHP 5.5.25
1919

2020
- Core:
21+
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
22+
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
23+
(Stas)
24+
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
25+
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
2126
. Fixed bug #69467 (Wrong checked for the interface by using Trait).
2227
(Laruence)
2328
. Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
@@ -31,6 +36,10 @@ PHP NEWS
3136
. Fixed bug #69472 (php_sys_readlink ignores misc errors from
3237
GetFinalPathNameByHandleA). (Jan Starke)
3338

39+
- FTP:
40+
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
41+
overflow). (Stas)
42+
3443
- ODBC:
3544
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
3645
incorrect result). (Anatol)
@@ -41,6 +50,13 @@ PHP NEWS
4150
. Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
4251
(Daniel Lowrey)
4352

53+
- PCNTL:
54+
. Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)
55+
56+
- Phar:
57+
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename
58+
starts with null). (Stas)
59+
4460
16 Apr 2015, PHP 5.5.24
4561

4662
- Apache2handler:

0 commit comments

Comments
 (0)