[Scummvm-git-logs] scummvm master -> 1e278080a89921a857b32e60a1a062b197b9b088
digitall
547637+digitall at users.noreply.github.com
Wed Dec 4 04:54:47 UTC 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1e278080a8 TINSEL: Fix Missing List End Markers in Detection Entries
Commit: 1e278080a89921a857b32e60a1a062b197b9b088
https://github.com/scummvm/scummvm/commit/1e278080a89921a857b32e60a1a062b197b9b088
Author: D G Turner (digitall at scummvm.org)
Date: 2019-12-04T04:49:01Z
Commit Message:
TINSEL: Fix Missing List End Markers in Detection Entries
This should avoid possible overruns causing crashes or other issues
during detection.
Changed paths:
engines/tinsel/detection_tables.h
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 827761a..2e0012b 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -62,6 +62,7 @@ static const TinselGameDescription gameDescriptions[] = {
{
{"dw.gra", 0, "ef5a2518c9e205f786f5a4526396e661", 781676},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
@@ -82,6 +83,7 @@ static const TinselGameDescription gameDescriptions[] = {
{"dw.scn", 0, "cfc40a8d5d476a1c9d3abf826fa46f8c", 1272686},
{"english.txt", 0, "c69b5d2067e9114a63569a61e9a82faa", 228878},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformMacintosh,
@@ -210,6 +212,7 @@ static const TinselGameDescription gameDescriptions[] = {
{
{"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
@@ -229,6 +232,7 @@ static const TinselGameDescription gameDescriptions[] = {
{
{"dw.gra", 0, "ef05bbd2a754bd11a2e87bcd84ab5ccf", 781864},
{"english.smp", 0, NULL, -1},
+ AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
More information about the Scummvm-git-logs
mailing list