File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,14 @@ PHP NEWS
44
44
imagesetinterpolation()). (cmb)
45
45
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
46
46
. Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
47
+ . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
48
+ overflow). (cmb)
49
+ . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images).
50
+ (cmb)
51
+
52
+ - IMAP:
53
+ . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads to crash).
54
+ (Anatol)
47
55
48
56
- OCI8
49
57
. Fixed bug #71148 (Bind reference overwritten on PHP 7). (Oracle Corp.)
@@ -75,6 +83,10 @@ PHP NEWS
75
83
. Fixed bug #71241 (array_replace_recursive sometimes mutates its parameters).
76
84
(adsr)
77
85
86
+ - Wddx:
87
+ . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
88
+ with PDORow). (Stas)
89
+
78
90
13 Oct 2016 PHP 7.0.12
79
91
80
92
- Core:
You can’t perform that action at this time.
0 commit comments