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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user