summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-12-17 10:30:06 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-12-17 10:30:06 +0000
commit1c1cd425b9fed0590bdaf3bae08672f04e01bfa5 (patch)
tree297afcb10ac10ebc4669636f3d1c92fb4ae778eb /README.txt
parent494372c77fdeb6bc4d16edc118fb6e9cc200474a (diff)
[msan] Stop calling pthread_getspecific in signal handlers.
pthread_getspecific is not async-signal-safe. MsanThread pointer is now stored in a TLS variable, and the TSD slot is used only for its destructor, and never from a signal handler. This should fix intermittent CHECK failures in MsanTSDSet. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@224423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'README.txt')
0 files changed, 0 insertions, 0 deletions