mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 10:37:27 +08:00
GP-3100 fix file system password input dialog NPE
This commit is contained in:
+7
@@ -111,6 +111,13 @@ class PasswordDialog extends DialogComponentProvider {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
// override default close behavior to prevent dispose() from being called before
|
||||
// the password value is retrieved
|
||||
closeDialog();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void okCallback() {
|
||||
resultState = RESULT_STATE.OK;
|
||||
|
||||
Reference in New Issue
Block a user