Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CIR][CIRGen] Fix a stack-use-after-free
Caught by ASAN. We were creating a reference to an object going out of scope. Incidentally, this feels like the sort of issue the lifetime checker will be great for detecting :)
- Loading branch information