llvm-project
ae0ed3d5
- [lsan] Fix free(NULL) interception during initialization (#106912)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[lsan] Fix free(NULL) interception during initialization (#106912) Previously an attempt to free a null pointer during initialization would fail on ENSURE_LSAN_INITED assertion (since a null pointer is not owned by DlsymAlloc).
References
#106912 - [lsan] Fix free(NULL) interception during initialization
Author
tmiasko
Parents
0909e302
Loading