stransky / berusky2

Berusky 2 (Bugs Escape 3D) is a game that challenges your visual/spatial thinking and ability to find a way to resolve a logic task. Using five bugs, you'll go through an adventure full of various puzzles spread across nine episodes. Individual episodes differ in appearance and difficulty, which increases throughout the game.
http://anakreon.cz/en/Berusky2.htm
GNU General Public License v3.0
14 stars 3 forks source link

json_export.cpp:633]: (error) Array 'tempString[30]' accessed at index 30, which is out of bounds. #21

Closed apoleon closed 11 years ago

apoleon commented 11 years ago

cppcheck also detected this out-of-bound error in json_export.cpp

https://gist.github.com/apoleon/6731319

stransky commented 11 years ago

Fixed by commit 4b53882ef3631173456365c8df326b1b6900dcd4. Thanks!