From a7facc0e35b0bab275c01ecc9c96ea024a64a0bd Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 8 Apr 2019 06:26:47 +0000 Subject: [PATCH] SW: Fix overflow in password member of "GAME_SET gs" struct. Patch from Striker. git-svn-id: https://svn.eduke32.com/eduke32@7512 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/sw/src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index 114d94419..dee64cb05 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -214,7 +214,7 @@ const GAME_SET gs_defaults = 0, // Time Limit 0, // Color 0, // Parental Lock - "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", // Password + "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", // Password TRUE, // nuke TRUE, // voxels FALSE, // stats