llvm-project
6c9256dc - [ASAN] fix a nullptr dereference error. (#116011)

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.
Author
Parents
Loading