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.
2 parents 119d40d + 2676117 commit 4e0b983Copy full SHA for 4e0b983
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