aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
diff options
context:
space:
mode:
authorAndy Kaylor <andrew.kaylor@intel.com>2023-08-15 11:13:44 -0700
committerAndy Kaylor <andrew.kaylor@intel.com>2023-08-15 11:15:58 -0700
commit7a2dfe2237ec4433cfd8eb057631d1859513d54f (patch)
treebc5b9d1fbc71f214401da68e9b92d90e89cc46d2 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
parentca2eabdb52fa95a001c18e2dd6a15018585e7429 (diff)
downloadllvm-7a2dfe2237ec4433cfd8eb057631d1859513d54f.zip
llvm-7a2dfe2237ec4433cfd8eb057631d1859513d54f.tar.gz
llvm-7a2dfe2237ec4433cfd8eb057631d1859513d54f.tar.bz2
Avoid unintended integer overflow in bitstream handling
This change fixes two cases detected by static analysis where an operation is being performed on a 32-bit integer which may overflow and the result is assigned to a 64-bit integer. Differential Revision: https://reviews.llvm.org/D144661
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions