diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-08-15 12:35:17 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-08-15 12:35:17 +0800 |
commit | 6b77792dc26a46a99e4082e98d301cb804a65211 (patch) | |
tree | c8a33613a743ba639c142a1c26802c9df40cebb9 | |
parent | 05de40a651ece9d768cf557b255cb6b308ac3f0f (diff) | |
download | php-git-6b77792dc26a46a99e4082e98d301cb804a65211.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ PHP NEWS . Added spl_object_id(). (Tyson Andre) - Standard: + . Fixed bug #75075 (unpack with X* causes infinity loop). (Laruence) . Fixed bug #74103 (heap-use-after-free when unserializing invalid array size). (Nikita) . Fixed bug #75054 (A Denial of Service Vulnerability was found when |