Commit e5a723e
committed
Avoid goto into zend_try block in do_cli()
We must not jump into a zend_try block because that skips setting up of
EG(bailout), which will deref null when trying to bailout. In practice, this bug
is impossible to trigger, given php_execute_script() already guards against
bailout.
Fixes GH-214201 parent 5375e97 commit e5a723e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
| 870 | + | |
870 | 871 | | |
871 | 872 | | |
| 873 | + | |
872 | 874 | | |
873 | 875 | | |
874 | 876 | | |
| |||
0 commit comments