mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 18:48:26 +08:00
Merge remote-tracking branch 'origin/Ghidra_9.1'
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ public class FindNoReturnFunctionsAnalyzer extends AbstractAnalyzer {
|
||||
continue;
|
||||
}
|
||||
Instruction oinst = cp.getListing().getInstructionAt(fromAddress);
|
||||
if (!checkNonReturningIndicators(oinst, noReturnSet, blockModel)) {
|
||||
if ( oinst == null || !checkNonReturningIndicators(oinst, noReturnSet, blockModel)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user