Skip to content

Commit 03a630d

Browse files
committed
[ci skip] fix NEWS
1 parent 289c451 commit 03a630d

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

NEWS

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2019, PHP 7.2.15
44

5-
- Core:
6-
. Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
7-
85
- GD:
9-
. Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
10-
use-after-free). (cmb)
11-
. Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)
126
. Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
137

14-
- Mbstring:
15-
. Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
16-
. Fixed bug #77371 (heap buffer overflow in mb regex functions
17-
- compile_string_node). (Stas)
18-
. Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
19-
. Fixed bug #77382 (heap buffer overflow due to incorrect length in
20-
expand_case_fold_string). (Stas)
21-
. Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
22-
. Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
23-
. Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). (Stas)
24-
258
- MySQLnd:
269
. Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has
2710
no external visibility). (Anatol)
@@ -30,23 +13,17 @@ PHP NEWS
3013
. Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO
3114
failure). (Nikita)
3215

33-
- Phar:
34-
. Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
35-
3616
- Sockets:
3717
. Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
3818
on MacOS). (Michael Meyer)
3919

4020
- Standard:
4121
. Fixed bug #77395 (segfault about array_multisort). (Laruence)
4222

43-
- Xmlrpc:
44-
. Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
45-
. Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
46-
47-
03 Jan 2019, PHP 7.2.14
23+
10 Jan 2019, PHP 7.2.14
4824

4925
- Core:
26+
. Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
5027
. Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
5128
(Valentin V. Bartenev)
5229
. Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
@@ -65,6 +42,9 @@ PHP NEWS
6542
rationals). (Colin Basnett)
6643

6744
- GD:
45+
. Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
46+
use-after-free). (cmb)
47+
. Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)
6848
. Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()). (cmb)
6949
. Fixed bug #77198 (auto cropping has insufficient precision). (cmb)
7050
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
@@ -73,6 +53,17 @@ PHP NEWS
7353
- IMAP:
7454
. Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
7555

56+
- Mbstring:
57+
. Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
58+
. Fixed bug #77371 (heap buffer overflow in mb regex functions
59+
- compile_string_node). (Stas)
60+
. Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
61+
. Fixed bug #77382 (heap buffer overflow due to incorrect length in
62+
expand_case_fold_string). (Stas)
63+
. Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
64+
. Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
65+
. Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). (Stas)
66+
7667
- OCI8:
7768
. Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
7869
. Added oci_set_call_timeout() for call timeouts.
@@ -86,13 +77,20 @@ PHP NEWS
8677
. Handle invalid index passed to PDOStatement::fetchColumn() as error. (Sergei
8778
Morozov)
8879

80+
- Phar:
81+
. Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
82+
8983
- Sockets:
9084
. Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS).
9185
(Mizunashi Mana)
9286

9387
- SQLite3:
9488
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
9589

90+
- Xmlrpc:
91+
. Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
92+
. Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
93+
9694
06 Dec 2018, PHP 7.2.13
9795

9896
- ftp:

0 commit comments

Comments
 (0)