[all-commits] [llvm/llvm-project] a7db3c: [LSAN] Fix pthread_create interceptor to ignore le...
kstoimenov via All-commits
all-commits at lists.llvm.org
Wed Feb 8 12:36:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7db3cb257ff6396481f44427bccd0ca5abf4d63
https://github.com/llvm/llvm-project/commit/a7db3cb257ff6396481f44427bccd0ca5abf4d63
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
M compiler-rt/test/lsan/TestCases/Linux/disabler_in_tsd_destructor.c
M compiler-rt/test/lsan/TestCases/high_allocator_contention.cpp
M compiler-rt/test/lsan/TestCases/leak_check_before_thread_started.cpp
Log Message:
-----------
[LSAN] Fix pthread_create interceptor to ignore leaks in real pthread_create.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D143209
More information about the All-commits
mailing list