File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,19 @@ PHP NEWS
41
41
. Fixed misparsing of abstract unix domain socket names. (Sara)
42
42
. Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
43
43
zval_get_type). (Nikita)
44
+ . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from
45
+ unserialize). (Nikita)
46
+ . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
47
+ (Stas)
48
+ . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
49
+ php_parse_date()). (Derick)
44
50
45
51
- DOM:
46
52
. Fixed bug #69373 (References to deleted XPath query results). (ttoohey)
47
53
54
+ - GD:
55
+ . Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)
56
+
48
57
- Intl:
49
58
. Fixed bug #73473 (Stack Buffer Overflow in msgfmt_parse_message). (libnex)
50
59
. Fixed bug #74705 (Wrong reflection on Collator::getSortKey and
@@ -63,6 +72,14 @@ PHP NEWS
63
72
. Fixed bug #74663 (Segfault with opcache.memory_protect and
64
73
validate_timestamp). (Laruence)
65
74
75
+ - OpenSSL:
76
+ . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
77
+ (Stas)
78
+
79
+ - PCRE:
80
+ . Fixed bug #74087 (Segmentation fault in PHP7.1.1(compiled using the bundled PCRE library)).
81
+ (Stas)
82
+
66
83
- PDO_OCI:
67
84
. Support Instant Client 12.2 in --with-pdo-oci configure option.
68
85
(Tianfang Yang)
You can’t perform that action at this time.
0 commit comments