xserver/xkb
Samuel Thibault fabc421962 Fix crash on XkbSetMap
Since group_info and width are used for the key actions allocations,
when modifying them we need to take care of reallocation key actions if
needed.
2019-07-01 02:33:26 +02:00
..
Makefile.am
README.compiled
XKBAlloc.c
XKBGAlloc.c xkb: Silence some compiler warnings 2018-04-05 14:18:47 -04:00
XKBMAlloc.c
XKBMisc.c
XKM_file_format.txt
ddxBeep.c
ddxCtrls.c
ddxKillSrv.c
ddxLEDs.c
ddxLoad.c xkb: Print the xkbcomp path being executed when we fail to compile. 2017-11-01 10:38:27 +10:00
ddxPrivate.c
ddxVT.c
maprules.c
meson.build
xkb.c Fix crash on XkbSetMap 2019-07-01 02:33:26 +02:00
xkb.h
xkbAccessX.c
xkbActions.c
xkbDflts.h Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
xkbEvents.c
xkbInit.c xkb: Write the _XKB_RULES_NAMES window property synchronously 2018-11-13 10:36:18 -05:00
xkbLEDs.c
xkbPrKeyEv.c
xkbSwap.c
xkbUtils.c xkb: initialize tsyms 2017-11-06 16:49:11 -05:00
xkbfmisc.c
xkbgeom.h
xkbout.c
xkbtext.c xkb: Handle xkb formated string output safely (CVE-2017-13723) 2017-10-04 21:06:17 +02:00
xkmread.c

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.