]> granicus.if.org Git - php/commit
fix potential memory issue on serialization
authorStanislav Malyshev <stas@php.net>
Tue, 11 Aug 2009 22:46:07 +0000 (22:46 +0000)
committerStanislav Malyshev <stas@php.net>
Tue, 11 Aug 2009 22:46:07 +0000 (22:46 +0000)
commitf9af0d4c3b4b104103234180e4c729ddcca27e8a
treee2316b64420193ab5bb28d0caf9e1d4061917838
parent4f76b44d83ee1b87f896b344e2a9247f14265208
fix potential memory issue on serialization
# When internal class uses zend_mangle_property_name it's malloc()
# so it should be freed with free()
ext/standard/var.c