Commit 969e837
authored
Fix compiler segfault during call compilation (#20054)
Happens due to changes in 28fd759 where the opline opcode may be
accessed after the opcode array has been reallocated.
To solve this we store the opcode in a temporary variable.1 parent d2fcf04 commit 969e837
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3956 | 3956 | | |
3957 | 3957 | | |
3958 | 3958 | | |
| 3959 | + | |
| 3960 | + | |
3959 | 3961 | | |
3960 | | - | |
| 3962 | + | |
3961 | 3963 | | |
3962 | 3964 | | |
3963 | 3965 | | |
3964 | | - | |
| 3966 | + | |
3965 | 3967 | | |
3966 | 3968 | | |
3967 | 3969 | | |
3968 | 3970 | | |
3969 | | - | |
3970 | | - | |
3971 | | - | |
| 3971 | + | |
| 3972 | + | |
| 3973 | + | |
3972 | 3974 | | |
3973 | 3975 | | |
3974 | 3976 | | |
| |||
0 commit comments