From 7c22915799dc8738dd1dc5225723344fff6eccfa Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 9 Feb 2008 05:07:16 +0100 Subject: Fixed static array overrun (Novell Bug #326967). See https://bugzilla.novell.com/show_bug.cgi?id=326967 for some more details. --- src/xf86Calcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xf86Calcomp.h b/src/xf86Calcomp.h index fc22747..c896094 100644 --- a/src/xf86Calcomp.h +++ b/src/xf86Calcomp.h @@ -35,7 +35,7 @@ * Definitions * structs, typedefs, #defines, enums *****************************************************************************/ -#define CALCOMP_PACKET_SIZE 5 +#define CALCOMP_PACKET_SIZE 6 #define CALCOMP_INIT_CHECKSUM 0 #define CALCOMP_BODY_LEN 6 -- cgit v1.2.3