1
0
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:
Dmitry Stogov
2023-10-09 23:06:13 +03:00
committed by GitHub
parent 435530f035
commit 94d8ba77a9
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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