diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2022-10-18 20:47:55 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2022-10-18 20:48:00 +0000 |
commit | 5b773dcd2de0c4844814266a90dac14c349b8f18 (patch) | |
tree | 0a4a0c57ef48e5b9b96e13ce7b0501ccd8132904 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 0e77b63bc01112594ec312b0d8892114ec263303 (diff) | |
download | llvm-5b773dcd2de0c4844814266a90dac14c349b8f18.zip llvm-5b773dcd2de0c4844814266a90dac14c349b8f18.tar.gz llvm-5b773dcd2de0c4844814266a90dac14c349b8f18.tar.bz2 |
Fix incorrect check for running out of source locations.
When CurrentLoadedOffset is less than TotalSize, current code will
trigger unsigned overflow and will not return an "allocation failed"
indicator.
Google ref: b/248613299
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D135192
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions