Mailinglist Archive: opensuse-bugs (15106 mails)
| < Previous | Next > |
[Bug 326967] New: static array overrun calcomp driver
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 20 Sep 2007 15:40:05 -0600 (MDT)
- Message-id: <bug-326967-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=326967
Summary: static array overrun calcomp driver
Product: openSUSE 10.3
Version: Beta 3
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: sndirsch@xxxxxxxxxx
ReportedBy: dmueller@xxxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
CC: rguenther@xxxxxxxxxx
Found By: ---
xf86-input-calcomp-1.1.1/src/xf86Calcomp.c:412
x = priv->packet[2] + priv->packet[1] * 128
+(priv->packet[0] & 0x03) *128*128;
y = priv->packet[5] + priv->packet[4]*128
+priv->packet[3]*128*128;
y = priv->max_y -y;
priv->packet[5] is out of bounds.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: static array overrun calcomp driver
Product: openSUSE 10.3
Version: Beta 3
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: sndirsch@xxxxxxxxxx
ReportedBy: dmueller@xxxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
CC: rguenther@xxxxxxxxxx
Found By: ---
xf86-input-calcomp-1.1.1/src/xf86Calcomp.c:412
x = priv->packet[2] + priv->packet[1] * 128
+(priv->packet[0] & 0x03) *128*128;
y = priv->packet[5] + priv->packet[4]*128
+priv->packet[3]*128*128;
y = priv->max_y -y;
priv->packet[5] is out of bounds.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |