1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00

Add NEWS entry for bug #67730

Included in 5.4.32 with commit 706aefb
This commit is contained in:
Lior Kaplan
2014-08-20 00:54:19 +03:00
parent 359bc0ee2f
commit 276bead9c4

2
NEWS
View File

@@ -30,6 +30,8 @@ PHP NEWS
- GD:
. Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference).
(CVE-2014-2497). (Remi)
. Fixed bug #67730 (Null byte injection possible with imagexxx functions).
(CVE-2014-5120) (Ryan Mauger)
- Network:
. Fixed bug #67717 (segfault in dns_get_record). (CVE-2014-3597) (Remi)