diff options
author | Evgenii Stepanov <eugenis@google.com> | 2020-03-23 16:15:58 -0700 |
---|---|---|
committer | Evgenii Stepanov <eugenis@google.com> | 2020-03-23 16:17:31 -0700 |
commit | 987f153929e813db1ea7e3354fd7a0b6b4adf4c0 (patch) | |
tree | dc177127030f916abd7a598d61a9fafdd3221a54 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2b4027f2b8d8224266cc2a423d9ccd74f6800711 (diff) | |
download | llvm-987f153929e813db1ea7e3354fd7a0b6b4adf4c0.zip llvm-987f153929e813db1ea7e3354fd7a0b6b4adf4c0.tar.gz llvm-987f153929e813db1ea7e3354fd7a0b6b4adf4c0.tar.bz2 |
[msan] Fix sigaltstack false positive.
struct stack_t on Linux x86_64 has internal padding which may be left
uninitialized. The check should be replaced with multiple checks for
individual fields of the struct. For now, remove the check altogether.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions