[lsan] Add interceptor for pthread_detach.
This commit adds an interceptor for the pthread_detach function, calling into ThreadRegistry::DetachThread, allowing for thread contexts to be reused. Without this change, programs may fail when they create more than 8K threads. Fixes: https://bugs.llvm.org/show_bug.cgi?id=47389 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D88184
Loading
Please sign in to comment