File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,25 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ?? 2017, PHP 5.6.31
4
4
5
- - Core
5
+ - Core:
6
6
. Fixed bug #73807 (Performance problem with processing post request over
7
7
2000000 chars). (Nikita)
8
+ . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from
9
+ unserialize). (Nikita)
10
+ . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
11
+ (Stas)
12
+ . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
13
+ php_parse_date()). (Derick)
14
+
15
+ GD:
16
+ . Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)
17
+
18
+ OpenSSL:
19
+ . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
20
+ (Stas)
21
+
22
+ WDDX:
23
+ . Fixed bug #74145 (wddx parsing empty boolean tag leads to SIGSEGV). (Stas)
8
24
9
25
19 Jan 2017, PHP 5.6.30
10
26
You can’t perform that action at this time.
0 commit comments