diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2016-11-17 13:44:30 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2016-11-27 14:51:02 -0800 |
commit | 5049ef2f1c496c4964cd147e185c1f765ab0347b (patch) | |
tree | 0b7aa3f930ff3790970b1864e24567fdfc9a83fd /NEWS | |
parent | 2a80758fd54c0fb892379ac78f9e9ee91870fa79 (diff) | |
download | php-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |