diff options
author | Felipe Pena <felipe@php.net> | 2010-10-24 14:05:10 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-10-24 14:05:10 +0000 |
commit | eabf03f436a0009c2edccb5334136d31615a9b2c (patch) | |
tree | a2414b9bb1dbd27174db0719e4a430af67087921 | |
parent | 6887b97a8db2effd0dddeedb4a1aee8809c97ea4 (diff) | |
download | php-git-eabf03f436a0009c2edccb5334136d31615a9b2c.tar.gz |
- BFN
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ - Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data) (CVE-2010-3710). (Adam) +- Fixed bug #53144 (Segfault in SplObjectStorage::removeAll()). (Felipe) - Fixed bug #53006 (stream_get_contents has an unpredictable behavior when the underlying stream does not support seeking). (Gustavo) - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities |