From 87673d6e9942e32c476a6ea07bc725fe55b3e5c6 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Wed, 9 Nov 2016 02:12:16 +0100 Subject: [PATCH] add missing NEWS entries --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 8d5b14e9ac027..0011316657a9c 100644 --- a/NEWS +++ b/NEWS @@ -16,12 +16,25 @@ PHP NEWS . Fixed bug #73337 (try/catch not working with two exceptions inside a same operation). (Dmitry) +- Bz2: + . Fixed bug #73356 (crash in bzcompress function). (Stas) + -GD: . Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb) . Fixed bug #73272 (imagescale() is not affected by, but affects imagesetinterpolation()). (cmb) . Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb) . Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb) + . Fixed bug #72482 (Illegal write/read access caused by gdImageAALine overflow). + (cmb) + . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images). (cmb) + +- Imap: + . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads Heap Overflow). + (Anatol) + +- SPL: + . Fixed bug #73144 (Use-after-free in ArrayObject Deserialization). (Stas) - SOAP: . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol) @@ -33,6 +46,10 @@ PHP NEWS . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb) . Fixed bug #73188 (use after free in userspace streams). (Sara) +- Wddx: + . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization + with PDORow). (Stas) + 13 Oct 2016, PHP 5.6.27 - Core: