[all-commits] [llvm/llvm-project] db9322: [LLDB][NFC] Reliability fixes for ObjectFileMachO.cpp
fixathon via All-commits
all-commits at lists.llvm.org
Wed Aug 10 15:16:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db9322b2066c55254e7691efeab863f43bfcc084
https://github.com/llvm/llvm-project/commit/db9322b2066c55254e7691efeab863f43bfcc084
Author: Slava Gurevich <sgurevich at gmail.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Log Message:
-----------
[LLDB][NFC] Reliability fixes for ObjectFileMachO.cpp
Static code inspection guided fixes for the following issues:
- dead code
- buffer not null-terminated
- null-dereference
- out-of-bounds access
Differential Revision: https://reviews.llvm.org/D131554
More information about the All-commits
mailing list