MonsterEOS / monstereos

A Tamagotchi and Battle Game for EOS Blockchain :)
https://monstereos.io
MIT License
186 stars 61 forks source link

added eosio_assert() for overflows in _next_id, _next_element_id, _next_pet_type_id #63

Closed patrick-ogrady closed 6 years ago

patrick-ogrady commented 6 years ago

There is a possibility that the global count for the named ids could overflow and overwrite existing data.

leordev commented 6 years ago

Thanks for that @patrick-ogrady !!!