[mednaffe] 06/22: Fix stack smashing (issue #34)

Stephen Kitt skitt at moszumanska.debian.org
Tue Nov 22 22:42:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit e58c719eb6e17b20637283d14ec097ae3c3c4866
Author: AmatCoder <AmatCoder at users.noreply.github.com>
Date:   Fri Sep 16 14:44:15 2016 +0200

    Fix stack smashing (issue #34)
---
 src/prefs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs.c b/src/prefs.c
index c8f6d04..9efa658 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -59,7 +59,7 @@ void save_systems_showed(GKeyFile *key_file, guidata *gui)
 {
   GtkTreeModel *model;
   GtkTreeIter iter;
-  gboolean blist[13];
+  gboolean blist[14];
   gboolean valid;
   gint i=0;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list