diff options
author | tmiasko <tomasz.miasko@gmail.com> | 2024-09-12 00:37:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 15:37:02 -0700 |
commit | ae0ed3d58600da9ec266bf86d0084775f561ba3a (patch) | |
tree | 3eb513222216d8b44774d5a39551caf1eddb3576 /clang/lib/Basic/FileManager.cpp | |
parent | 0909e3027004bb710b1d761569eb15452ce10346 (diff) | |
download | llvm-ae0ed3d58600da9ec266bf86d0084775f561ba3a.zip llvm-ae0ed3d58600da9ec266bf86d0084775f561ba3a.tar.gz llvm-ae0ed3d58600da9ec266bf86d0084775f561ba3a.tar.bz2 |
[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).
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions