[all-commits] [llvm/llvm-project] 9da05c: [asan] Fix pthread_create interceptor
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Feb 3 12:58:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9da05cf6ed16e8b8c0829d1fb34be3cdcad85d1c
https://github.com/llvm/llvm-project/commit/9da05cf6ed16e8b8c0829d1fb34be3cdcad85d1c
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M compiler-rt/lib/asan/asan_thread.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.h
A compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_fail.cpp
Log Message:
-----------
[asan] Fix pthread_create interceptor
AsanThread::Destroy implementation expected to be called on
child thread.
I missed authors concern regarding this reviewing D95184.
Reviewed By: delcypher
Differential Revision: https://reviews.llvm.org/D95731
More information about the All-commits
mailing list