Bug #6472: Fix a static buffer overflow. (David Woodhouse)

This commit is contained in:
Adam Jackson 2006-04-24 19:22:58 +00:00
parent 8826dc31c7
commit c28a0c7850
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@
* render/picture.h:
Bug #6325: Add support for x4a4 picture format.
* hw/xfree86/os-support/linux/lnx_KbdMap.c:
Bug #6472: Fix a static buffer overflow. (David Woodhouse)
2006-04-18 Donnie Berkholz <spyderous@gentoo.org>
reviewed by: Alan Coopersmith

View file

@ -180,7 +180,7 @@ static KeySym linux_to_x[256] = {
/*
* Maps the AT keycodes to Linux keycodes
*/
static unsigned char at2lnx[NUM_KEYCODES] =
static unsigned char at2lnx[] =
{
0x01, /* KEY_Escape */ 0x02, /* KEY_1 */
0x03, /* KEY_2 */ 0x04, /* KEY_3 */