You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hint: the fuzz harness in question has a helper function that deploys a contract, it's called from the constructor to setup part of the fuzz target. The panic occurs if this fn is made public so the fuzzer can call it & replace this contract w one that has new params. No panic occurs if this function is private & only run in the constructor.
I'm running medusa at commit
95f69b4c7224851cc200631f728965b7e2ac5ebb
.Issue #231 is closely related, although the PR fixing that one doesn't seem to do the job here.
Issue #299 is also related, the error message is the same at least, but this bug also occurs if
coverageEnabled
is false.The text was updated successfully, but these errors were encountered: