summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJan Korous <jkorous@apple.com>2022-01-21 17:11:05 -0800
committerJan Korous <jkorous@apple.com>2022-01-24 15:58:38 -0800
commitdd01d971aa2c4b464a295ca5c78ff93fc4441dc3 (patch)
tree383895245fbf600088ee5c71a17245d824ecd0d1 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentd0d8d2d572cd1db54d0f6d90f8dd3825f9c7b36b (diff)
[clang][dataflow] Avoid MaxIterations overflow
unsigned is technically guaranteed to be only 16 bits in which case 1 << 16 would wrap around to zero. Differential Revision: https://reviews.llvm.org/D117938
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions