]> granicus.if.org Git - php/commit
Fix potential writes into wrong memory, ensure vm_stack integrity
authorBob Weinand <bobwei9@hotmail.com>
Sat, 20 Jun 2015 16:28:51 +0000 (18:28 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Sat, 20 Jun 2015 16:29:09 +0000 (18:29 +0200)
commit7adc0ae631213c7abc0e4102531b273866322ecf
treec62ba3e7af8de26e275a12138289d9525c5efad6
parent23e1e1295f1aadbbb52af8b30e64bd2f0f37b7fe
Fix potential writes into wrong memory, ensure vm_stack integrity
Fixes also a segfault on stack frames > 1 << 18 bytes
Stack frames, when reallocated, need to be marked as top frame of current stack page
Zend/tests/vm_stack_with_arg_extend.phpt [new file with mode: 0644]
Zend/zend_execute.c
Zend/zend_execute.h