Index is u8 value so array size should be 256. Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx> --- tools/kvm/ui/sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.git/tools/kvm/ui/sdl.c =================================================================== --- linux-2.6.git.orig/tools/kvm/ui/sdl.c +++ linux-2.6.git/tools/kvm/ui/sdl.c @@ -34,7 +34,7 @@ struct set2_scancode { .type = SCANCODE_ESCAPED,\ } -static const struct set2_scancode const keymap[255] = { +static const struct set2_scancode const keymap[256] = { [9] = DEFINE_SC(0x76), /* <esc> */ [10] = DEFINE_SC(0x16), /* 1 */ [11] = DEFINE_SC(0x1e), /* 2 */ -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html