summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-05-13 17:07:51 -0700
committerStanislav Malyshev <stas@php.net>2014-05-13 17:07:51 -0700
commit09ea489aef5566975385270d01373463d7040e09 (patch)
tree768b02f1a1ea396eca96cdd8cea6bf0fb98267b1
parenta03a1ab88cd2c62f04c77acf16bcab757552fd35 (diff)
downloadphp-git-09ea489aef5566975385270d01373463d7040e09.tar.gz
update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aaf308804a..5bc0a0464b 100644
--- a/NEWS
+++ b/NEWS
@@ -15,12 +15,16 @@ PHP NEWS
. Fixed bug #67245 (usage of memcpy() with overlapping src and dst in
zend_exceptions.c). (Bob)
. 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)
- Curl:
. Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike)
- Date:
. Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)
+ . Fixed bug #67251 (date_parse_from_format out-of-bounds read). (Stas)
+ . Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read). (Stas)
- DOM:
. Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag,