aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorShu-Chun Weng <scw@google.com>2021-07-21 10:59:09 -0700
committerShu-Chun Weng <scw@google.com>2021-07-22 12:38:07 -0700
commit4fa989c7b23c5d518fb381b4a292a00985cb8eec (patch)
treef8b940feeec8b47140e8ad8571d51cdc4b4799ed /llvm/lib/CodeGen/MachineOperand.cpp
parent4294657bd5f6a3446cb26795fca4ce07810d82a5 (diff)
downloadllvm-4fa989c7b23c5d518fb381b4a292a00985cb8eec.zip
llvm-4fa989c7b23c5d518fb381b4a292a00985cb8eec.tar.gz
llvm-4fa989c7b23c5d518fb381b4a292a00985cb8eec.tar.bz2
Fix TSAN signal interceptor out-of-bound access
signal(2) and sigaction(2) have defined behaviors for invalid signal number (EINVAL) and some programs rely on it. The added test case also reveals that MSAN is too strict in this regard. Test case passed on x86_64 Linux and AArch64 Linux. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D106468
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions