]> granicus.if.org Git - php/commit
Fix tracked_realloc
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 28 Aug 2020 09:37:42 +0000 (11:37 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 28 Aug 2020 09:37:42 +0000 (11:37 +0200)
commit5db44e39b126a468602decc3a3d5c4457277ac44
tree816c5d16a6f30661d00dc9852a3990e74f8bb89b
parent32315c247f3ce78a350d708ca018ff0f55427fca
Fix tracked_realloc

We should only drop the information about the old allocation after
checking the memory limit. This makes the code a bit more awkward...
Zend/zend_alloc.c