@@ -2,26 +2,9 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2019, PHP 7.2.15
4
4
5
- - Core:
6
- . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
7
-
8
5
- 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)
12
6
. Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
13
7
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
-
25
8
- MySQLnd:
26
9
. Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has
27
10
no external visibility). (Anatol)
@@ -30,23 +13,17 @@ PHP NEWS
30
13
. Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO
31
14
failure). (Nikita)
32
15
33
- - Phar:
34
- . Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
35
-
36
16
- Sockets:
37
17
. Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
38
18
on MacOS). (Michael Meyer)
39
19
40
20
- Standard:
41
21
. Fixed bug #77395 (segfault about array_multisort). (Laruence)
42
22
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
48
24
49
25
- Core:
26
+ . Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)
50
27
. Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
51
28
(Valentin V. Bartenev)
52
29
. Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
@@ -65,6 +42,9 @@ PHP NEWS
65
42
rationals). (Colin Basnett)
66
43
67
44
- 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)
68
48
. Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()). (cmb)
69
49
. Fixed bug #77198 (auto cropping has insufficient precision). (cmb)
70
50
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
@@ -73,6 +53,17 @@ PHP NEWS
73
53
- IMAP:
74
54
. Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
75
55
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
+
76
67
- OCI8:
77
68
. Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
78
69
. Added oci_set_call_timeout() for call timeouts.
@@ -86,13 +77,20 @@ PHP NEWS
86
77
. Handle invalid index passed to PDOStatement::fetchColumn() as error. (Sergei
87
78
Morozov)
88
79
80
+ - Phar:
81
+ . Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
82
+
89
83
- Sockets:
90
84
. Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS).
91
85
(Mizunashi Mana)
92
86
93
87
- SQLite3:
94
88
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
95
89
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
+
96
94
06 Dec 2018, PHP 7.2.13
97
95
98
96
- ftp:
0 commit comments