aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-01-27 23:02:44 +0000
committerVedant Kumar <vsk@apple.com>2017-01-27 23:02:44 +0000
commit3db9974b2d4a0d5092eccbf2e1384d66ab1e6a46 (patch)
tree68d7aa58933a8bb67d90d680ace2b2099e2fea0d /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
parent5ad775f2e8997391a65b4f3992689369bd78a9e6 (diff)
downloadllvm-3db9974b2d4a0d5092eccbf2e1384d66ab1e6a46.zip
llvm-3db9974b2d4a0d5092eccbf2e1384d66ab1e6a46.tar.gz
llvm-3db9974b2d4a0d5092eccbf2e1384d66ab1e6a46.tar.bz2
[ubsan] Sanity-check shift amounts before truncation (fixes PR27271)
Ubsan does not report UB shifts in some cases where the shift exponent needs to be truncated to match the type of the shift base. We perform a range check on the truncated shift amount, leading to false negatives. Fix the issue (PR27271) by performing the range check on the original shift amount. Differential Revision: https://reviews.llvm.org/D29234 llvm-svn: 293343
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions