Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lsan] Fix free(NULL) interception during initialization
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).
- Loading branch information