tsan: support setuid call
authorDmitry Vyukov <dvyukov@google.com>
Thu, 23 Apr 2015 09:33:27 +0000 (09:33 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Thu, 23 Apr 2015 09:33:27 +0000 (09:33 +0000)
commit3658f6fcc4db540c6c0c2c8e02472d2653d8ef3b
tree5c0c8c142d553e93c2b2e1bf3590e25d9d8b80df
parent289afc071ed0b1aa39b4021c5dc032163be5ce7e
tsan: support setuid call

Currently the call hangs because the background thread
does not handle SIGSETXID signal.

llvm-svn: 235581
compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
compiler-rt/test/tsan/setuid.c [new file with mode: 0644]