Moonwell

Moonwell
DeFiFoundry
15,000 USDC
View results
Submission Details
Severity: low
Invalid

Structs passed as parameters must be allocated either storage, memory or calldata

Summary

in the contract mip-m17.sol , there are servaral functions which have Addresse struct passes as parameter but they are not allocated storage, memory or call data .

Vulnerability Details

function _deploy(Addresses addresses, address) internal override {

Impact

Low

Tools Used

Manual Review

Recommendations

+ function _deploy(Addresses memory addresses, address) internal override {
Updates

Lead Judging Commences

0xnevi Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Other
0xnevi Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Other

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.