AGOS: Fix potential buffer overflow.

This commit is contained in:
Kirben 2016-05-17 15:30:18 +10:00
parent 356ac37471
commit e5ffd75330

View File

@ -494,7 +494,7 @@ void AGOSEngine_Elvira2::userGame(bool load) {
i = userGameGetKey(&b, 128);
if (b) {
if (i <= 223) {
if (i <= 23) {
if (!confirmOverWrite(window)) {
listSaveGames();
continue;