Skip to content

Commit 8a79ce6

Browse files
committed
[ci skip] fix encoding
1 parent 183599b commit 8a79ce6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

NEWS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ PHP NEWS
1010
. Fixed misparsing of abstract unix domain socket names. (Sara)
1111
. Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
1212
zval_get_type). (Nikita)
13-
  . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from
14-
    unserialize). (Nikita)
15-
  . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
16-
    (Stas)
17-
  . Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via 
18-
    php_parse_date()). (Derick)
13+
. Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from
14+
unserialize). (Nikita)
15+
. Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability).
16+
(Stas)
17+
. Fixed bug #74819 (wddx_deserialize() heap out-of-bound read via
18+
php_parse_date()). (Derick)
1919

2020
- DOM:
2121
. Fixed bug #69373 (References to deleted XPath query results). (ttoohey)
2222

2323
- GD:
24-
. Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)
24+
. Fixed bug #74435 (Buffer over-read into uninitialized memory). (cmb)
2525

2626
- Intl:
2727
. Fixed bug #73473 (Stack Buffer Overflow in msgfmt_parse_message). (libnex)
@@ -41,7 +41,7 @@ PHP NEWS
4141
validate_timestamp). (Laruence)
4242

4343
- OpenSSL:
44-
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
44+
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
4545
(Stas)
4646

4747
- PCRE:

0 commit comments

Comments
 (0)