File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ PHP NEWS
18
18
14 May 2015, PHP 5.5.25
19
19
20
20
- 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)
21
26
. Fixed bug #69467 (Wrong checked for the interface by using Trait).
22
27
(Laruence)
23
28
. Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
@@ -31,6 +36,10 @@ PHP NEWS
31
36
. Fixed bug #69472 (php_sys_readlink ignores misc errors from
32
37
GetFinalPathNameByHandleA). (Jan Starke)
33
38
39
+ - FTP:
40
+ . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
41
+ overflow). (Stas)
42
+
34
43
- ODBC:
35
44
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
36
45
incorrect result). (Anatol)
@@ -41,6 +50,13 @@ PHP NEWS
41
50
. Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
42
51
(Daniel Lowrey)
43
52
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
+
44
60
16 Apr 2015, PHP 5.5.24
45
61
46
62
- Apache2handler:
You can’t perform that action at this time.
0 commit comments