1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  Fix GH-12364: JIT leak in Symfony TranslationDebugCommandTest (#12394)
This commit is contained in:
Dmitry Stogov
2023-10-09 23:07:39 +03:00
2 changed files with 0 additions and 4 deletions

View File

@@ -14428,8 +14428,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

@@ -15396,8 +15396,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