mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix GH-15502: Crash with JIT and Excimer (#15601)
This commit is contained in:
@@ -6959,7 +6959,7 @@ done:
|
||||
for (i = 0; i < op_array->last_var + op_array->T; i++) {
|
||||
SET_STACK_TYPE(stack, i, IS_UNKNOWN, 1);
|
||||
}
|
||||
exit_point = zend_jit_trace_get_exit_point(opline, ZEND_JIT_EXIT_TO_VM);
|
||||
exit_point = zend_jit_trace_get_exit_point(zend_jit_traces[t->link].opline, ZEND_JIT_EXIT_TO_VM);
|
||||
timeout_exit_addr = zend_jit_trace_get_exit_addr(exit_point);
|
||||
if (!timeout_exit_addr) {
|
||||
goto jit_failure;
|
||||
|
||||
Reference in New Issue
Block a user