[Spice-devel] [PATCH spice-gtk] vnc keymap: fix incorrect table size

2012-10-15 Thread Marc-André Lureau
This lead to out of bound array access --- gtk/vncdisplaykeymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/vncdisplaykeymap.c b/gtk/vncdisplaykeymap.c index a6ef38c..bf79f9b 100644 --- a/gtk/vncdisplaykeymap.c +++ b/gtk/vncdisplaykeymap.c @@ -197,7 +197,7 @@

Re: [Spice-devel] [PATCH spice-gtk] vnc keymap: fix incorrect table size

2012-10-15 Thread Hans de Goede
ACK. On 10/15/2012 06:43 PM, Marc-André Lureau wrote: This lead to out of bound array access --- gtk/vncdisplaykeymap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/vncdisplaykeymap.c b/gtk/vncdisplaykeymap.c index a6ef38c..bf79f9b 100644 ---