configure.ac | 2 +- src/xf86Calcomp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6d54cbe6bd4c5f2a4ea54c18dbf04419a45c043b Author: Adam Jackson <[EMAIL PROTECTED]> Date: Thu Mar 20 14:58:52 2008 -0400 calcomp 1.1.2 diff --git a/configure.ac b/configure.ac index 6d49e37..75c4d71 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-input-calcomp], - 1.1.1, + 1.1.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-input-calcomp) commit 7c22915799dc8738dd1dc5225723344fff6eccfa Author: Stefan Dirsch <[EMAIL PROTECTED]> Date: Sat Feb 9 05:07:16 2008 +0100 Fixed static array overrun (Novell Bug #326967). See https://bugzilla.novell.com/show_bug.cgi?id=326967 for some more details. 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]