[Scummvm-git-logs] scummvm master -> ee8fb2ca19129a677c2e022e623b68239431fcc7

bonki bonki at users.noreply.github.com
Thu Mar 15 15:29:26 CET 2018


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:
ee8fb2ca19 TUCKER: Fix out-of-bounds access of _inputkeys[]


Commit: ee8fb2ca19129a677c2e022e623b68239431fcc7
    https://github.com/scummvm/scummvm/commit/ee8fb2ca19129a677c2e022e623b68239431fcc7
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-15T15:28:32+01:00

Commit Message:
TUCKER: Fix out-of-bounds access of _inputkeys[]

Changed paths:
    engines/tucker/tucker.h


diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index 6088231..a4cee74 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -263,8 +263,9 @@ enum InputKey {
 	kInputKeyTogglePanelStyle,
 	kInputKeyToggleTextSpeech,
 	kInputKeyHelp,
-	kInputKeyCount,
-	kInputKeySkipSpeech
+	kInputKeySkipSpeech,
+
+	kInputKeyCount
 };
 
 enum GameFlag {





More information about the Scummvm-git-logs mailing list