From c673f5250e8f740f5520e6f7c77f410532cdeff6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 17 Apr 2005 14:20:44 +0000 Subject: Fix buffer overflow regression. Use same buffer sizes as original. svn-id: r17654 --- scumm/script_v100he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v100he.cpp') diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp index b9485cf0b3..893f7066af 100644 --- a/scumm/script_v100he.cpp +++ b/scumm/script_v100he.cpp @@ -585,7 +585,7 @@ void ScummEngine_v100he::o100_arrayOps() { int id, len, b, c; ArrayHeader *ah; int list[128]; - byte string[2048]; + byte string[1024]; debug(1,"o100_arrayOps: case %d", subOp); switch (subOp) { -- cgit v1.2.3