mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 20:09:00 +08:00
GP-689 Making variable initialization more explicit (fixes #2624)
This commit is contained in:
@@ -46,7 +46,7 @@ public class MachHeader implements StructConverter {
|
|||||||
private long _commandIndex;
|
private long _commandIndex;
|
||||||
private FactoryBundledWithBinaryReader _reader;
|
private FactoryBundledWithBinaryReader _reader;
|
||||||
private long _machHeaderStartIndexInProvider;
|
private long _machHeaderStartIndexInProvider;
|
||||||
private long _machHeaderStartIndex;
|
private long _machHeaderStartIndex = 0;
|
||||||
private boolean _parsed = false;
|
private boolean _parsed = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user