[llvm-branch-commits] [sanitizer] Fix partially initialized static TLS range (PR #108685)

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Sep 13 23:19:33 PDT 2024


https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/108685

Fixes asan,msan crash on check added in #108684.
The #108684 includes reproducer of the issue.

Change interface of `GetThreadStackAndTls` to
set `tls_begin` and `tls_end` at the same time.





More information about the llvm-branch-commits mailing list