mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Fixed NPE due to unintialized handleMap
This commit is contained in:
parent
8f82359a8f
commit
67ba64c764
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ public class SleighParserContext implements ParserContext {
|
|||
nextInstrAddr = nAddr;
|
||||
refAddr = rAddr;
|
||||
destAddr = dAddr;
|
||||
handleMap = new HashMap<>();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue