Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ASAN] fix a nullptr dereference error. (llvm#116011)
`parent_context` is used without checking for nullptr and we can see in LINE 50 that it could totally be nullptr. This patch addresses this issue.
- Loading branch information