crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://www.trailofbits.com/
GNU Affero General Public License v3.0
273 stars 33 forks source link

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

Closed konnov closed 2 months ago

konnov commented 2 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 2 months ago

CLA assistant check
All committers have signed the CLA.

anishnaik commented 2 months ago

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