Skip to content

Commit

Permalink
This should be an error, there must be a valuation for the addrQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Jan 8, 2025
1 parent c9e58b9 commit a2a115c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EVM/Fetch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ getSolution solvers symAddr pathconditions = do
let newConds = PAnd conds (symAddr ./= (Lit addr))
when conf.debug $ putStrLn $ "Got one solution to symbolic query:" <> show addr
collectSolutions (addr:addrs) maxSols newConds conf
_ -> pure $ Just addrs
_ -> internalError "No solution to symbolic query"
Unsat -> do
when conf.debug $ putStrLn "No more solution(s) to symbolic query."
pure $ Just addrs
Expand Down

0 comments on commit a2a115c

Please sign in to comment.