makerdao / token-auction

Continuous Splitting Token Auction
GNU Affero General Public License v3.0
21 stars 21 forks source link

audit: be less trusting in transfer functions #47

Open rainbreak opened 8 years ago

rainbreak commented 8 years ago

Functions in transfer.sol are all called internally and are intended to be overridden for custom behaviour. These implemented functions are perhaps too trusting of their input (even though called internally), so consider assertion checks.