[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2011-02-03 Thread Bug Watch Updater
** Changed in: xorg-server Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xinput in ubuntu. https://bugs.launchpad.net/bugs/563457 Title: xinput crashes on wacom properties list

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2011-01-25 Thread Bug Watch Updater
** Changed in: xorg-server Importance: Medium = Unknown -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xinput in ubuntu. https://bugs.launchpad.net/bugs/563457 Title: xinput crashes on wacom properties list

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xinput -- xinput crashes on wacom properties list https://bugs.launchpad.net/bugs/563457 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xinput in ubuntu. ___ Mailing list:

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44202430/Dependencies.txt ** Tags added: regression-potential -- xinput crashes on wacom properties list https://bugs.launchpad.net/bugs/563457 You received this bug notification because you are a member of Ubuntu-X, which

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Brian Murray
This used to work at least on March 12th if not later. I seem to recall using it on the 31st or so. This also breaks being able to use xinput set-prop for things like 'xinput set-prop 12 Wacom Rotation 1' -- xinput crashes on wacom properties list https://bugs.launchpad.net/bugs/563457 You

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
Something is returning a very invalid Atom number to the end of XIGetProperty list for the Wacom Button Actions (282). This patch adds some defensiveness to xinput to at least not crash, but is not the source of the real problem. ** Patch added: defensive-getatom.patch

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
With above patch, xinput list-props 14 shows: Wacom Button Actions (282): None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (0), None (120946279055360) note the giant final atom number. --

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
** Also affects: xf86-input-wacom (Ubuntu) Importance: Undecided Status: New -- xinput crashes on wacom properties list https://bugs.launchpad.net/bugs/563457 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xinput in ubuntu.

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
** Changed in: xf86-input-wacom (Ubuntu) Status: New = Invalid ** Changed in: xinput (Ubuntu) Status: New = Triaged ** Changed in: xinput (Ubuntu) Status: Triaged = Invalid -- xinput crashes on wacom properties list https://bugs.launchpad.net/bugs/563457 You received this

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
** Changed in: xinput (Ubuntu) Status: Invalid = Triaged -- xinput crashes on wacom properties list https://bugs.launchpad.net/bugs/563457 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xinput in ubuntu.

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
Ah-ha, got it. Atoms are packed as 32bit values, and on 64bit systems, this will mean the last atom in the list copies 4 bytes out of xinput's heap after the end of the data buffer. This patch is a real fix and corrects the dereferenced size so that the resulting atom is zero- extended instead

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Kees Cook
** Bug watch added: freedesktop.org Bugzilla #27657 http://bugs.freedesktop.org/show_bug.cgi?id=27657 ** Also affects: xorg-server via http://bugs.freedesktop.org/show_bug.cgi?id=27657 Importance: Unknown Status: Unknown -- xinput crashes on wacom properties list

[Ubuntu-x-swat] [Bug 563457] Re: xinput crashes on wacom properties list

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package xinput - 1.5.0-2ubuntu1 --- xinput (1.5.0-2ubuntu1) lucid; urgency=low * src/property.c: Atoms from XIGetProperty are 32 bit (LP: #563457). -- Kees Cook k...@ubuntu.com Wed, 14 Apr 2010 21:48:14 -0700 ** Changed in: xinput (Ubuntu Lucid)