mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
GOB: Fix another potential array overrun
This commit is contained in:
parent
3540b943cf
commit
e589bd4525
@ -148,7 +148,7 @@ void Map_v1::loadMapObjects(const char *avjFile) {
|
||||
void Map_v1::loadSounds(Common::SeekableReadStream &data) {
|
||||
int16 count;
|
||||
char buf[19];
|
||||
char sndNames[20][14];
|
||||
char sndNames[20][19];
|
||||
|
||||
count = data.readUint16LE();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user