]> source.dussan.org Git - tigervnc.git/commit
Fix pointer initialization to prevent NULL events. 41/head 42/head
authorBrian P. Hinz <bphinz@users.sf.net>
Sat, 27 Sep 2014 02:02:47 +0000 (22:02 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Mon, 29 Sep 2014 23:47:25 +0000 (19:47 -0400)
commit7f3e4bd0bfd96a1a0259eac4f7e10a4746f55eab
tree1a430901e8b8266882f9bebdfbeb58a50903a46b
parente7c169d738b07b45c2addac16b351334881ada61
Fix pointer initialization to prevent NULL events.

Moved call to initEventq() into InitInputDevice() to prevent NULL events from being passed in.  The surrounding IFDEF explains why Red Hat BZ bug #820443 just went away, EL6 bumped the version of xorg-x11-server-source to 1.13 at EL6.4.
unix/xserver/hw/vnc/Input.cc