diff options
Diffstat (limited to 'view/macho/machoview.cpp')
| -rw-r--r-- | view/macho/machoview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp index 3c558963..2ff15f0e 100644 --- a/view/macho/machoview.cpp +++ b/view/macho/machoview.cpp @@ -3484,7 +3484,7 @@ void MachoView::ParseChainedStarts(MachOHeader& header, section_64 chainedStarts } else if (!bind) { - uint64_t entryOffset; + uint64_t entryOffset = 0; switch (pointerFormat) { case DYLD_CHAINED_PTR_ARM64E: |
