Skip to content

Commit aa3fcee

Browse files
committed
[ci skip] sync NEWS
1 parent 8b1559b commit aa3fcee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,19 @@ PHP NEWS
4141
. Fixed misparsing of abstract unix domain socket names. (Sara)
4242
. Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
4343
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)
4450

4551
- DOM:
4652
. Fixed bug #69373 (References to deleted XPath query results). (ttoohey)
4753

54+
- GD:
55+
. Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)
56+
4857
- Intl:
4958
. Fixed bug #73473 (Stack Buffer Overflow in msgfmt_parse_message). (libnex)
5059
. Fixed bug #74705 (Wrong reflection on Collator::getSortKey and
@@ -63,6 +72,14 @@ PHP NEWS
6372
. Fixed bug #74663 (Segfault with opcache.memory_protect and
6473
validate_timestamp). (Laruence)
6574

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+
6683
- PDO_OCI:
6784
. Support Instant Client 12.2 in --with-pdo-oci configure option.
6885
(Tianfang Yang)

0 commit comments

Comments
 (0)