xenocara/xserver/os
matthieu fe08a081d8 MFC: os: Make sure big requests have sufficient length.
A client can send a big request where the 32B "length" field has value
0. When the big request header is removed and the length corrected,
the value will underflow to 0xFFFFFFFF.  Functions processing the
request later will think that the client sent much more data and may
touch memory beyond the receive buffer.
2017-10-14 09:17:40 +00:00
..
access.c Update to xserver 1.18.4 2016-08-09 18:59:50 +00:00
auth.c Fix arc4random_buf(3) detection. Noticed by Eric Engestrom on 2017-03-01 19:22:36 +00:00
backtrace.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
busfault.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
client.c Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
connection.c Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
io.c MFC: os: Make sure big requests have sufficient length. 2017-10-14 09:17:40 +00:00
log.c Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
Makefile.am Update to xserver 1.15.1. 2014-05-02 19:27:46 +00:00
Makefile.in regen 2017-02-28 18:33:44 +00:00
mitauth.c Oops, in previous commit I forgot to remove the actual implementation 2017-02-28 23:05:46 +00:00
oscolor.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
osdep.h auth: remove AuthToIDFunc and associated functions. Not used anymore. 2017-02-28 18:32:53 +00:00
osinit.c Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
privsep.c pledge(2) for the X server privileged process. ok deraadt@ 2015-11-11 21:07:49 +00:00
reallocarray.c Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
rpcauth.c Oops, in previous commit I forgot to remove the actual implementation 2017-02-28 23:05:46 +00:00
strcasecmp.c Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
strcasestr.c Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
strlcat.c Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
strlcpy.c Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
strndup.c Update to X server 1.14.1. Tested by many during t2k13. Thanks. 2013-06-07 17:28:45 +00:00
timingsafe_memcmp.c MFC: Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES 2017-02-28 18:24:48 +00:00
utils.c Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
WaitFor.c Update to xserver 1.17.4. 2015-11-07 16:48:51 +00:00
xdmauth.c Oops, in previous commit I forgot to remove the actual implementation 2017-02-28 23:05:46 +00:00
xdmcp.c Update to xserver 1.17.4. 2015-11-07 16:48:51 +00:00
xprintf.c Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. 2012-06-10 13:21:05 +00:00
xsha1.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
xstrans.c Update to xserver 1.15.1. 2014-05-02 19:27:46 +00:00