diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2014-08-20 01:10:38 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2014-08-20 01:10:38 +0300 |
commit | d382d6f3dca6d03cb1371ed2e300250f5e3624b0 (patch) | |
tree | e88dc0e6381d5880421bdebdabe32f689519b746 | |
parent | 9360b6eeeef9c5dd16ea113db623ecf2efdee6d2 (diff) | |
download | php-git-d382d6f3dca6d03cb1371ed2e300250f5e3624b0.tar.gz |
Add NEWS entry for bug #67492
Included in 5.5.14 with commit d9c5a1d
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -189,6 +189,8 @@ PHP NEWS . Fixed bug #66127 (Segmentation fault with ArrayObject unset). (Stas) . Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence) . Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam) + . Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type + Confusion). (CVE-2014-3515) (Stefan Esser) 29 May 2014, PHP 5.5.13 |