]> granicus.if.org Git - php/commit
Fix arginfo leak when using disabled_classes
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 23 Aug 2019 14:58:34 +0000 (16:58 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 23 Aug 2019 15:00:59 +0000 (17:00 +0200)
commit8807889ac280503d5cd1cd05804a6f278a40300e
tree5777fad0555128755dc62fddd1722bb8f2127a3b
parent7910f128e296ef66a660935d652fd568941665fc
Fix arginfo leak when using disabled_classes

Also remove the hack where scope is set to NULL in order to make
free_internal_arg_info work. Instead explicitly call it for class
methods.

This fixes the asan build for Zend/tests/bug77494.phpt.
Zend/zend_API.c
Zend/zend_opcode.c