[all-commits] [llvm/llvm-project] f7c961: [LLDB][NFC][Reliability] Fixes for int overflow an...
fixathon via All-commits
all-commits at lists.llvm.org
Fri Jul 29 13:31:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7c961cc6ba71c9d1fb845807e31b3a278d13c2f
https://github.com/llvm/llvm-project/commit/f7c961cc6ba71c9d1fb845807e31b3a278d13c2f
Author: Slava Gurevich <sgurevich at gmail.com>
Date: 2022-07-29 (Fri, 29 Jul 2022)
Changed paths:
M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
M lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
Log Message:
-----------
[LLDB][NFC][Reliability] Fixes for int overflow and uninitialized state
Fixing potential int overflow and uninitialized variables.
These were found by Coverity static code inspection.
Differential Revision: https://reviews.llvm.org/D130795
More information about the All-commits
mailing list