llvm-project
6c9256dc
- [ASAN] fix a nullptr dereference error. (#116011)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
325 days ago
[ASAN] fix a nullptr dereference error. (#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.
References
#116011 - [ASAN] fix a nullptr dereference error.
Author
yingcong-wu
Parents
adfa6b76
Loading