mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix GH-12364: JIT leak in Symfony TranslationDebugCommandTest (#12394)
This commit is contained in:
@@ -14473,8 +14473,6 @@ static int zend_jit_fe_fetch(dasm_State **Dst, const zend_op *opline, uint32_t o
|
||||
if (exit_addr) {
|
||||
if (exit_opcode == ZEND_JMP) {
|
||||
| b &exit_addr
|
||||
} else {
|
||||
| b >3
|
||||
}
|
||||
} else {
|
||||
| b =>target_label
|
||||
|
||||
@@ -15445,8 +15445,6 @@ static int zend_jit_fe_fetch(dasm_State **Dst, const zend_op *opline, uint32_t o
|
||||
if (exit_addr) {
|
||||
if (exit_opcode == ZEND_JMP) {
|
||||
| jmp &exit_addr
|
||||
} else {
|
||||
| jmp >3
|
||||
}
|
||||
} else {
|
||||
| jmp =>target_label
|
||||
|
||||
Reference in New Issue
Block a user