xenocara/xserver
matthieu 3b3c79f0b0 MFC: Unvalidated lengths
v2: Add overflow check and remove unnecessary check (Julien Cristau)

This addresses:
CVE-2017-12184 in XINERAMA
CVE-2017-12185 in MIT-SCREEN-SAVER
CVE-2017-12186 in X-Resource
CVE-2017-12187 in RENDER
2017-10-14 09:20:42 +00:00
..
composite regen 2016-10-11 22:14:30 +00:00
config regen 2016-10-11 22:14:30 +00:00
damageext regen 2016-10-11 22:14:30 +00:00
dbe regen 2016-10-11 22:14:30 +00:00
dix Merge upstream fixes to the X event swapping code. 2017-07-07 06:22:19 +00:00
doc regen 2016-10-11 22:14:30 +00:00
dri3 regen 2016-10-11 22:14:30 +00:00
exa regen 2016-10-11 22:14:30 +00:00
fb regen 2016-10-11 22:14:30 +00:00
glamor regen 2016-10-11 22:14:30 +00:00
glx regen 2016-10-11 22:14:30 +00:00
hw MFC: Unvalidated lengths 2017-10-14 09:20:42 +00:00
include Fix arc4random_buf(3) detection. Noticed by Eric Engestrom on 2017-03-01 19:22:36 +00:00
m4 Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
man regen 2016-10-11 22:14:30 +00:00
mi regen 2016-10-11 22:14:30 +00:00
miext regen 2016-10-11 22:14:30 +00:00
os MFC: os: Make sure big requests have sufficient length. 2017-10-14 09:17:40 +00:00
present regen 2016-10-11 22:14:30 +00:00
pseudoramiX MFC: Unvalidated lengths 2017-10-14 09:20:42 +00:00
randr regen 2016-10-11 22:14:30 +00:00
record regen 2016-10-11 22:14:30 +00:00
render MFC: Unvalidated lengths 2017-10-14 09:20:42 +00:00
test regen 2016-10-11 22:14:30 +00:00
Xext MFC: Unvalidated lengths 2017-10-14 09:20:42 +00:00
xfixes regen 2016-10-11 22:14:30 +00:00
Xi Merge upstream fixes to the X event swapping code. 2017-07-07 06:22:19 +00:00
xkb MFC: xkb: Handle xkb formated string output safely (CVE-2017-13723) 2017-10-14 09:15:11 +00:00
aclocal.m4 regen 2016-10-11 22:14:30 +00:00
autogen.sh Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
ChangeLog Update to xserver 1.18.4 2016-08-09 18:59:50 +00:00
config.guess
config.sub
configure make xserver build on arm64 2017-03-07 03:40:33 +00:00
configure.ac make xserver build on arm64 2017-03-07 03:40:33 +00:00
COPYING Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
depcomp
devbook.am Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
docbook.am
install-sh
ltmain.sh
Makefile.am Update to xserver 1.16.1. 2014-09-27 17:49:46 +00:00
Makefile.bsd-wrapper ignore chown error (for systems which don't install a Xserver) 2016-10-04 19:48:48 +00:00
Makefile.in regen 2016-10-11 22:14:30 +00:00
manpages.am Update to xserver 1.16.1. 2014-09-27 17:52:59 +00:00
missing
README
test-driver Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
TODO Update to xserver 1.18.4 2016-08-09 18:59:50 +00:00
xorg-server.m4
xorg-server.pc.in
xserver.ent.in
ylwrap

					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