diff options
author | Stanislav Malyshev <stas@php.net> | 2011-04-13 17:33:00 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2011-04-13 17:33:00 +0000 |
commit | 833ec62d7cb7b327dbb4a77dda32b10d76dad396 (patch) | |
tree | 388347d3254630a61bbe43cefc479b0d88940787 | |
parent | 782c00d7441a5eedf446e3781b3bd8163bc0fb04 (diff) | |
download | php-git-833ec62d7cb7b327dbb4a77dda32b10d76dad396.tar.gz |
add CVE
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ PHP NEWS . Fixed bug #54454 (substr_compare incorrectly reports equality in some cases). (Pierrick) . Fixed bug #54238 (use-after-free in substr_replace()). (Stas) + (CVE-2011-1148) . Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment). (tomas dot brastavicius at quantum dot lt, Pierrick) . Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using |