]> granicus.if.org Git - php/commit
Fix segfault with __COMPILER_HALT_OFFSET__ and trailing {}
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 2 Oct 2019 10:06:00 +0000 (12:06 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 2 Oct 2019 10:07:15 +0000 (12:07 +0200)
commita5d3620d937f69665d78ab8d21c757d3db17b5ec
tree87b54909a8349640f470e90e87fff3e018f52dcf
parent3124129ca8f0d1f1688f6657f199db70437c6f66
Fix segfault with __COMPILER_HALT_OFFSET__ and trailing {}

Fixes OSS-Fuzz #17895.
Zend/tests/halt_compiler5.phpt [new file with mode: 0644]
Zend/zend_compile.c