possible buffer overflow, review needed from someone who knows this better

SVN revision: 80869
This commit is contained in:
Mike Blumenkrantz 2012-12-13 14:36:24 +00:00
parent e85807052b
commit ca69b505a6
1 changed files with 1 additions and 1 deletions

View File

@ -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;