mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-1414_SpecExtensionPanelNPE'
(Closes #3502)
This commit is contained in:
commit
ba4d35021c
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ public class SpecExtensionPanel extends JPanel {
|
|||
if (injectLibrary.isOverride(fixupName, InjectPayload.CALLOTHERFIXUP_TYPE)) {
|
||||
status = Status.EXTENSION_OVERRIDE;
|
||||
}
|
||||
if (injectLibrary.getPayload(InjectPayload.CALLFIXUP_TYPE, fixupName)
|
||||
if (injectLibrary.getPayload(InjectPayload.CALLOTHERFIXUP_TYPE, fixupName)
|
||||
.isErrorPlaceholder()) {
|
||||
status = Status.EXTENSION_ERROR;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue