xenocara/xserver/xkb
matthieu 83d462e24d Fix integer underflow in XkbSelectEvents()
Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative.
2020-08-25 15:42:52 +00:00
..
ddxBeep.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
ddxCtrls.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
ddxKillSrv.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
ddxLEDs.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
ddxLoad.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
ddxPrivate.c
ddxVT.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
Makefile.am
Makefile.in Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
maprules.c Update to xserver 1.19.5. 2017-12-08 15:01:59 +00:00
README.compiled
xkb.c Correct bounds checking in XkbSetNames() 2020-08-25 15:40:59 +00:00
xkb.h
xkbAccessX.c Update to xserver 1.19.5. 2017-12-08 15:01:59 +00:00
xkbActions.c Update to xserver 1.19.5. 2017-12-08 15:01:59 +00:00
XKBAlloc.c Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00
xkbDflts.h Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbEvents.c Update to xserver 1.18.4 2016-08-09 18:59:50 +00:00
xkbfmisc.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
XKBGAlloc.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbgeom.h Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
xkbInit.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbLEDs.c Update to xserver 1.18.4 2016-08-09 18:59:50 +00:00
XKBMAlloc.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
XKBMisc.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbout.c Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ 2015-09-16 19:10:19 +00:00
xkbPrKeyEv.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbSwap.c Fix integer underflow in XkbSelectEvents() 2020-08-25 15:42:52 +00:00
xkbtext.c MFC: xkb: Handle xkb formated string output safely (CVE-2017-13723) 2017-10-14 09:15:11 +00:00
xkbUtils.c Update to xserver 1.19.6. bug fix release 2018-02-18 17:16:37 +00:00
xkmread.c Update to xserver 1.18.3. Tested by shadchin@ and naddy@. 2016-05-29 12:02:34 +00:00

The X server uses this directory to store the compiled version of the
current keymap and/or any scratch keymaps used by clients.  The X server
or some other tool might destroy or replace the files in this directory,
so it is not a safe place to store compiled keymaps for long periods of
time.  The default keymap for any server is usually stored in:
     X<num>-default.xkm
where <num> is the display number of the server in question, which makes
it possible for several servers *on the same host* to share the same 
directory.

Unless the X server is modified, sharing this directory between servers on
different hosts could cause problems.