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

AndywinXp noreply at scummvm.org
Sat Dec 24 21:32:15 UTC 2022


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:
e0dc1aed5f SCUMM: DIG: Fix #13973 (buffer overflow error)


Commit: e0dc1aed5f9260c9bcb44ba7f59e01dd99591b67
    https://github.com/scummvm/scummvm/commit/e0dc1aed5f9260c9bcb44ba7f59e01dd99591b67
Author: AndywinXp (andywinxp at gmail.com)
Date: 2022-12-24T22:32:10+01:00

Commit Message:
SCUMM: DIG: Fix #13973 (buffer overflow error)
This fix has been verified from disasm, merry xmas :-)

Changed paths:
    engines/scumm/scumm_v6.h


diff --git a/engines/scumm/scumm_v6.h b/engines/scumm/scumm_v6.h
index c3c3dedb062..8f9d7fb2816 100644
--- a/engines/scumm/scumm_v6.h
+++ b/engines/scumm/scumm_v6.h
@@ -52,7 +52,7 @@ protected:
 		int16 xpos, ypos;
 		byte color;
 		byte charset;
-		byte text[256];
+		byte text[512];
 
 		void clear() {
 			xpos = 0;




More information about the Scummvm-git-logs mailing list