crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://secure-contracts.com/program-analysis/medusa/docs/src/
GNU Affero General Public License v3.0
303 stars 40 forks source link

Fix an inconsistency in the error message and a comment in `callSeqGenFuncCorpusHead` #347

Closed konnov closed 7 months ago

konnov commented 7 months ago

Hi!

I have noticed two inconsistencies in a comment and the error message in fuzzing/fuzzer_worker_sequence_generator.go:callSeqGenFuncCorpusHead. It looks like these were copied from callSeqGenFuncCorpusTail. I took the liberty to fix these two small issues.

Hope this helps!

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

anishnaik commented 7 months ago

Hey @konnov this looks great! Thank you for the PR :)