Mailinglist Archive: opensuse-bugs (6366 mails)
| < Previous | Next > |
[Bug 268074] Segfault in Xvnc
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 1 May 2007 06:50:27 -0600 (MDT)
- Message-id: <20070501125027.882231007@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=268074
------- Comment #16 from eich@xxxxxxxxxx 2007-05-01 06:50 MST -------
OK, got it now ;)
Was on the wrong track. The bug is triggered when pressing a modifier key like
"Shift" together with another key.
Xdmx calls SetModifierMappings and passes an empty list to erase all modifiers.
RealVNC is wrong about the assumtion that maxKeysPerModifier may never be 0.
I can't find anything in the protocol specs that would prohibit an empty (zero
length) list and the code handling this request can certainly deal with an
empty list.
So the patch is correct and should be applied.
Peter, thanks for the patch!
--
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, or are watching someone who is.
------- Comment #16 from eich@xxxxxxxxxx 2007-05-01 06:50 MST -------
OK, got it now ;)
Was on the wrong track. The bug is triggered when pressing a modifier key like
"Shift" together with another key.
Xdmx calls SetModifierMappings and passes an empty list to erase all modifiers.
RealVNC is wrong about the assumtion that maxKeysPerModifier may never be 0.
I can't find anything in the protocol specs that would prohibit an empty (zero
length) list and the code handling this request can certainly deal with an
empty list.
So the patch is correct and should be applied.
Peter, thanks for the patch!
--
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, or are watching someone who is.
| < Previous | Next > |