summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-11-17 13:44:30 +0100
committerStanislav Malyshev <stas@php.net>2016-11-27 14:51:02 -0800
commit5049ef2f1c496c4964cd147e185c1f765ab0347b (patch)
tree0b7aa3f930ff3790970b1864e24567fdfc9a83fd /NEWS
parent2a80758fd54c0fb892379ac78f9e9ee91870fa79 (diff)
downloadphp-git-5049ef2f1c496c4964cd147e185c1f765ab0347b.tar.gz
Fix #73549: Use after free when stream is passed to imagepng
If a stream is passed to imagepng() or other image output functions, opposed to a filename, we must not close this stream.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb9ab1b530..aaf90efb22 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 2017, PHP 5.6.30
+- GD:
+ . Fixed bug #73549 (Use after free when stream is passed to imagepng). (cmb)
+
08 Dec 2016, PHP 5.6.29
- Mbstring: