mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 04:05:37 +08:00
GP-5655 - Decompiler - NPE fix for program location
This commit is contained in:
+3
@@ -1062,6 +1062,9 @@ public class DecompilerPanel extends JPanel implements FieldMouseListener, Field
|
||||
return null;
|
||||
}
|
||||
HighSymbol highSymbol = highVar.getSymbol();
|
||||
if (highSymbol == null) {
|
||||
return null;
|
||||
}
|
||||
Variable variable = HighFunctionDBUtil.getFunctionVariable(highSymbol);
|
||||
if (variable != null) {
|
||||
return variable;
|
||||
|
||||
Reference in New Issue
Block a user