Upgraded Q -> M from 182 [1664281111530] #325
Labels
2 (Med Risk)
Assets not at direct risk, but function/availability of the protocol could be impacted or leak value
bug
Something isn't working
duplicate
This issue or pull request already exists
upgraded by judge
Original issue severity upgraded from QA/Gas by judge
Judge has assessed an item in Issue #182 as Medium risk. The relevant finding follows:
L00: Usage of transfer to send eth
The
transfer
function has a fixed gas stipend of 2300. If a contract as well as EOA can call the function, it is advised to usecall
function instead oftransfer
.Here are
transfer
function used in theETHRegistrarController.sol
:The text was updated successfully, but these errors were encountered: