Yechan Bae
Results
1
issues of
Yechan Bae
## Description ```solidity contract Foo { struct Hi { uint256 hello; } function foo() internal returns (Hi storage ret) { ret = ret; ret.hello = 123; } } ``` This...
bug :bug:
should report error
low effort
low impact
must have eventually