File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,25 @@ PHP NEWS
16
16
. Fixed bug #73337 (try/catch not working with two exceptions inside a same
17
17
operation). (Dmitry)
18
18
19
+ - Bz2:
20
+ . Fixed bug #73356 (crash in bzcompress function). (Stas)
21
+
19
22
-GD:
20
23
. Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)
21
24
. Fixed bug #73272 (imagescale() is not affected by, but affects
22
25
imagesetinterpolation()). (cmb)
23
26
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
24
27
. Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
28
+ . Fixed bug #72482 (Illegal write/read access caused by gdImageAALine overflow).
29
+ (cmb)
30
+ . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images). (cmb)
31
+
32
+ - Imap:
33
+ . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads Heap Overflow).
34
+ (Anatol)
35
+
36
+ - SPL:
37
+ . Fixed bug #73144 (Use-after-free in ArrayObject Deserialization). (Stas)
25
38
26
39
- SOAP:
27
40
. Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol)
@@ -33,6 +46,10 @@ PHP NEWS
33
46
. Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)
34
47
. Fixed bug #73188 (use after free in userspace streams). (Sara)
35
48
49
+ - Wddx:
50
+ . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
51
+ with PDORow). (Stas)
52
+
36
53
13 Oct 2016, PHP 5.6.27
37
54
38
55
- Core:
You can’t perform that action at this time.
0 commit comments