llvm-project
ae0ed3d5 - [lsan] Fix free(NULL) interception during initialization (#106912)

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