]> granicus.if.org Git - php/commit
Fixed Bug #55372 Incorrect handling of literals led to memory corruption.
authorStefan Marr <gron@php.net>
Mon, 15 Aug 2011 09:54:06 +0000 (09:54 +0000)
committerStefan Marr <gron@php.net>
Mon, 15 Aug 2011 09:54:06 +0000 (09:54 +0000)
commitf2ed1242d6d8d6949c2e1a05992c83176f829698
treedd8ed866a3aa3403f5a66ed216de31d62a7b53d1
parentc312e602803013c4743234776616b0f1f6296151
Fixed Bug #55372 Incorrect handling of literals led to memory corruption.
# Dmitry you might want to review this patch, since I split up zend_add_literal
# and added a version for post-pass_two() usage.
Zend/tests/traits/bug55372.phpt [new file with mode: 0644]
Zend/zend_compile.c