[Lldb-commits] [PATCH] D80955: Fix UB in EmulateInstructionARM64.cpp
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 1 16:16:54 PDT 2020
davide added a comment.
This is great Adrian. I feel like there are several other instances of additions that should use `llvm::checkAdd` here instead of `+`. Is this the only UB triggered in the testsuite?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80955/new/
https://reviews.llvm.org/D80955
More information about the lldb-commits
mailing list