code-423n4 / 2022-06-nested-findings

0 stars 1 forks source link

QA Report #13

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

https://github.com/code-423n4/2022-06-nested/blob/b4a153c943d54755711a2f7b80cbbf3a5bb49d76/contracts/operators/Yearn/YearnCurveVaultOperator.sol#L48

When assigning values to 'address' state variables, a check for a 0x0 address should be implemented. Although numerous checks are present for other 'address' state variables, no check could be found for the assignment of '_eth' to 'eth'

Yashiru commented 2 years ago

QA Report (Duplicated)

Duplicated of #61 at 2. Missing address(0) checks

JeeberC4 commented 2 years ago

Warden submitted multiple QA Reports. Will not be judged.