status-im / ens-usernames

DApp to register usernames for Status Network
MIT License
19 stars 11 forks source link

Owned.changeOwner(address) lacks a zero-check on _newOwner #117

Closed ghost closed 4 years ago

ghost commented 4 years ago

Owned.changeOwner(address)._newOwner lacks a zero-check on :

Recommendation: Check that the address is not zero.