[compiler-rt] [sanitizer_common] Block asynchronous signals only (PR #98200)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 15:20:26 PDT 2024


vitalybuka wrote:

According to the stack the signal is in parent thread, just at the point we try to block them.
We want to block signals in child thread before starting thread function.
Looks like working as intended.

https://github.com/llvm/llvm-project/pull/98200


More information about the llvm-commits mailing list