mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 15:36:33 +08:00
NPE fix
This commit is contained in:
+1
-1
@@ -1073,7 +1073,7 @@ public class DecompilerPanel extends JPanel implements FieldMouseListener, Field
|
||||
}
|
||||
|
||||
HighSymbol highSymbol = highVar.getSymbol();
|
||||
if (highSymbol.isParameter()) {
|
||||
if (highSymbol != null && highSymbol.isParameter()) {
|
||||
// decomp param that is not in the listing; put on signature
|
||||
return new FunctionNameDecompilerLocation(program, entryPoint, cvt.getText(), info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user