summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-05-13 17:09:16 -0700
committerStanislav Malyshev <stas@php.net>2014-05-13 17:09:16 -0700
commitde20e2224b0963e1c80b70c44352746590166bc7 (patch)
treeb2cba5cecfb793235323e1450fee0066a42a0838
parent7a14a460cf5d683cfef15c7e67b079b38cbe0e4e (diff)
downloadphp-git-de20e2224b0963e1c80b70c44352746590166bc7.tar.gz
update NEWS
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a02dd6f643..67354e7207 100644
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,16 @@ PHP NEWS
(Nikita)
. Fixed bug #67198 (php://input regression). (Mike)
. Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas)
+ . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
+ . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)
+
+- Date:
+ . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
+ . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)
- GD:
. Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)
-
- OpenSSL:
. Fixed bug #67224 (Fall back to crypto_type from context if not specified
explicitly in stream_socket_enable_crypto). (Chris Wright)