Skip to content

Commit

Permalink
Optimization suggested by @arcz
Browse files Browse the repository at this point in the history
  • Loading branch information
samalws-tob committed Apr 8, 2024
1 parent d08218b commit c42a437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Echidna/Campaign.hs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ runSymWorker callback vm dict workerId initialCorpus name cs = do
modify' (\ws -> ws { runningThreads = [] })
lift callback

mapM_ (\symTx -> void $ callseq vm (txs ++ [symTx])) symTxs
mapM_ (\symTx -> void $ callseq vm' [symTx]) symTxs

-- | Run a fuzzing campaign given an initial universe state, some tests, and an
-- optional dictionary to generate calls with. Return the 'Campaign' state once
Expand Down

0 comments on commit c42a437

Please sign in to comment.