Fixed Issue #16 - Infinite Loop scenario could occur on ambiguous function tails.

This commit is contained in:
gir489
2018-07-13 08:12:38 -04:00
parent c34ce46871
commit b5b13f90cb

View File

@@ -237,7 +237,7 @@ bool AutoGenerate( ea_t dwAddress, qSigVector& refvecSig )
i--;
}
}
} while (HasOneHitSig( vecSig ) == false);
} while (HasOneHitSig( vecSig ) == false && vecSig.size() > 0);
refvecSig.clear( );