mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 15:25:58 +08:00
Fixed NPE due to unintialized handleMap
This commit is contained in:
committed by
Ryan Kurtz
parent
8f82359a8f
commit
67ba64c764
+1
@@ -86,6 +86,7 @@ public class SleighParserContext implements ParserContext {
|
||||
nextInstrAddr = nAddr;
|
||||
refAddr = rAddr;
|
||||
destAddr = dAddr;
|
||||
handleMap = new HashMap<>();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user