makoto / blockparty

NO BLOCK NO PARTY
MIT License
164 stars 41 forks source link

Write test on register/registerWithInvitation for large string #54

Open makoto opened 7 years ago

makoto commented 7 years ago

register, registerWithInvitation, withdraw, are the only functions users can perform. withdraw does not take any input but others will take input like twitter account and invitation code. Make sure that there is no security vulnerability like a buffer overflow.