mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix ICE when unsafe targets are solved more than once and the cex is different
This commit is contained in:
@@ -972,8 +972,6 @@ void CHC::resetSourceAnalysis()
|
||||
{
|
||||
SMTEncoder::resetSourceAnalysis();
|
||||
|
||||
m_safeTargets.clear();
|
||||
m_unsafeTargets.clear();
|
||||
m_unprovedTargets.clear();
|
||||
m_invariants.clear();
|
||||
m_functionTargetIds.clear();
|
||||
|
||||
Reference in New Issue
Block a user