XLibre Xserver
Go to file
Pauli Nieminen d6642de7eb xkb: Fix possible NULL pointer dereference
If search for device failed sli is NULL. In that case we have to protect
dereference to prevent server crash.

Signed-off-by: Pauli Nieminen <ext-pauli.nieminen@nokia.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-09-01 14:43:02 +10:00
Xext
Xi Xi: reset the unused classes pointer after copying 2010-08-13 11:07:21 +10:00
composite
config
damageext
dbe
dix dix: don't create core motion events for non-x/y valuators. 2010-09-01 14:42:44 +10:00
doc
exa
fb fb: make isClipped always reject negative coordinates (bug 11503) 2010-08-20 10:01:48 -07:00
glx glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184) 2010-08-19 18:03:11 -07:00
hw edid: Adjust rounding of max_clock 2010-08-20 08:55:05 -07:00
include xkb: post-fix PointerKeys button events with a DeviceChangedEvent. 2010-08-13 11:07:13 +10:00
m4
mi
miext XQuartz: Make application switching work better for the no-spaces case 2010-08-12 20:26:36 -10:00
os
randr
record
render render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801) 2010-08-19 18:00:18 -07:00
test
xfixes
xkb xkb: Fix possible NULL pointer dereference 2010-09-01 14:43:02 +10:00
.gitignore
COPYING
Makefile.am
README
autogen.sh
configure.ac xserver 1.9.0 2010-08-20 17:32:27 -07:00
cpprules.in
fix-miregion
fix-miregion-private
fix-patch-whitespace
fix-region
xorg-server.m4
xorg-server.pc.in

					X Server

The X server accepts requests from client applications to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the
following article:
http://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/xserver

        http://cgit.freedesktop.org/xorg/xserver

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage