Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix use-after-free in return statement handling. (#4472)
Initialization can import a function and thus invalidate the reference we're holding to the enclosing function. Don't use the reference after initialization completes.
- Loading branch information