From a2d62b46b51dbab9f3d59eb300992951db1e3dd6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 28 Nov 2020 15:24:01 +0100 Subject: [PATCH] KYRA: Fix OOB access in the detection table --- engines/kyra/detection_tables.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index dc338ee4b46..6a2f7e34576 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1029,7 +1029,8 @@ const KYRAGameDescription adGameDescs[] = { { { "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 }, { "ALBUM.TRG", 0, "5e40de0c74cc2321928a15019252d468", -1 }, - { "AUD.PAK", 0, 0, -1 } + { "AUD.PAK", 0, 0, -1 }, + AD_LISTEND }, Common::RU_RUS, Common::kPlatformDOS,