[llvm-branch-commits] [compiler-rt] [hwasan] Improve support of forking with threads (PR #75291)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 12 22:59:21 PST 2023
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/75291
Lock Lsan and Thread related date at_fork.
Clean shadow before thread starts, forked process may reuse already
mapped stack of 'lost' parent thread for new threads.
More information about the llvm-branch-commits
mailing list