xserver/xkb
Giuseppe Bilotta b216701504 xkb: initialize tsyms
This fixes some “Conditional jump depends on uninitialized value(s)”
errors spotted by valgrind.

Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
2017-11-06 16:49:11 -05:00
..
Makefile.am
README.compiled
XKBAlloc.c
XKBGAlloc.c
XKBMAlloc.c xserver: Unifdef HAVE_CONFIG_H 2017-03-23 13:19:51 -04:00
XKBMisc.c xserver: Unifdef HAVE_CONFIG_H 2017-03-23 13:19:51 -04:00
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 Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
xkb.c dix: Don't track the XKB client versions in the ClientRec 2017-10-24 15:53:28 -04: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: Correct type of XkbDfltAccessXOptions. 2017-03-27 13:22:33 +10:00
xkbLEDs.c
xkbPrKeyEv.c
xkbSwap.c dispatch: Mark swapped dispatch as _X_COLD 2017-03-01 10:16:20 -05:00
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.