We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08f86c commit 2676117Copy full SHA for 2676117
lib/StaticMirror/ObjectFileContext.cpp
@@ -90,7 +90,7 @@ void Image::scanMachO(const llvm::object::MachOObjectFile *O) {
90
}
91
92
// The offset from the symbol is stored at the target address.
93
- uint64_t Offset;
+ uint64_t Offset = 0;
94
auto OffsetContent =
95
getContentsAtAddress(bind.address(), O->getBytesInAddress());
96
if (OffsetContent.empty())
0 commit comments