summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Dirsch <sndirsch@suse.de>2008-02-09 05:07:16 +0100
committerStefan Dirsch <sndirsch@suse.de>2008-02-09 05:07:16 +0100
commit7c22915799dc8738dd1dc5225723344fff6eccfa (patch)
tree93c9ff3123d619069ac7edcee0416f192e7cdb54
parentb202b45aeec28c5f858c0df977d1dc8e1a9d14eb (diff)
Fixed static array overrun (Novell Bug #326967).
See https://bugzilla.novell.com/show_bug.cgi?id=326967 for some more details.
-rw-r--r--src/xf86Calcomp.h2
1 files changed, 1 insertions, 1 deletions
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