Skip to content

Commit d734e75

Browse files
committed
update NEWS
1 parent aa2eca2 commit d734e75

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

NEWS

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,49 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2015 PHP 5.4.40
3+
16 Apr 2015 PHP 5.4.40
4+
5+
- Apache2handler:
6+
. Fixed bug #69218 (potential remote code execution with apache 2.4
7+
apache2handler). (Gerrit Venema)
8+
9+
- Core:
10+
. Additional fix for bug #69152 (Type confusion vulnerability in
11+
exception::getTraceAsString). (Stas)
12+
. Fixed bug #69337 (php_stream_url_wrap_http_ex() type-confusion
13+
vulnerability). (Stas)
14+
. Fixed bug #69353 (Missing null byte checks for paths in various PHP
15+
extensions). (Stas)
16+
17+
- cURL:
18+
. Fixed bug #69316 (Use-after-free in php_curl related to
19+
CURLOPT_FILE/_INFILE/_WRITEHEADER). (Laruence)
420

521
- Ereg:
622
. Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
723

24+
- Fileinfo:
25+
. Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or
26+
segfault). (Anatol Belski)
27+
828
- GD:
929
. Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (Remi)
1030

31+
- Phar:
32+
. Fixed bug #68901 (use after free). (bugreports at internot dot info)
33+
. Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar). (Stas)
34+
. Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
35+
phar_set_inode). (Stas)
36+
37+
- Postgres:
38+
. Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Xinchen Hui)
39+
1140
- SOAP:
1241
. Fixed bug #69152 (Type Confusion Infoleak Vulnerability in unserialize()
1342
with SoapFault). (Dmitry)
1443

1544
- Sqlite3:
1645
. Fixed bug #66550 (SQLite prepared statement use-after-free). (Sean Heelan)
1746

18-
- Phar:
19-
. Fixed bug #68901 (use after free). (bugreports at internot dot info)
20-
21-
- Postgres:
22-
. Fixed bug #68741 (Null pointer deference) (CVE-2015-1352). (Xinchen Hui)
23-
2447
19 Mar 2015 PHP 5.4.39
2548

2649
- Core:

0 commit comments

Comments
 (0)