From ca69b505a65564ee29e44272e1313828ff797c25 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 13 Dec 2012 14:36:24 +0000 Subject: [PATCH] possible buffer overflow, review needed from someone who knows this better SVN revision: 80869 --- src/modules/illume-keyboard/e_kbd_dict.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume-keyboard/e_kbd_dict.h b/src/modules/illume-keyboard/e_kbd_dict.h index b8bb375c1..8e49fe0b2 100644 --- a/src/modules/illume-keyboard/e_kbd_dict.h +++ b/src/modules/illume-keyboard/e_kbd_dict.h @@ -26,7 +26,7 @@ struct _E_Kbd_Dict int size; } file; struct { - const char *tuples[128][128]; + const char *tuples[256][256]; } lookup; struct { Ecore_Timer *flush_timer;