xserver/Xi
Enrico Weigelt, metux IT consult 55544ff85f Xi: use calloc() instead of malloc()
Using calloc() instead of malloc() as preventive measure, so there
never can be any hidden bugs or leaks due uninitialized memory.

The extra cost of using this compiler intrinsic should be practically
impossible to measure - in many cases a good compiler can even deduce
if certain areas really don't need to be zero'd (because they're written
to right after allocation) and create more efficient machine code.

The code pathes in question are pretty cold anyways, so it's probably
not worth even thinking about potential extra runtime costs.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-12 16:49:24 +02:00
..
XIstubs.h include: unexport XIstubs.h 2024-09-01 22:21:12 +00:00
allowev.c include: drop obsolete dixevents.h 2025-06-12 16:17:35 +02:00
allowev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
chgdctl.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
chgdctl.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
chgfctl.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
chgfctl.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
chgkbd.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
chgkbd.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
chgkmap.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
chgkmap.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
chgprop.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
chgprop.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
chgptr.c include: drop obsolete dixevents.h 2025-06-12 16:17:35 +02:00
chgptr.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
closedev.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
closedev.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
devbell.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
devbell.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
exevents.c Xi: use calloc() instead of malloc() 2025-06-12 16:49:24 +02:00
exglobals.h xinput: Remove PropagateMask 2020-03-30 21:48:11 +00:00
extinit.c Xext: geext: unexport GERegisterExtension() and document it 2025-06-12 16:39:23 +02:00
getbmap.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getbmap.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getdctl.c Xi: use calloc() instead of malloc() 2025-06-12 16:49:24 +02:00
getdctl.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
getfctl.c Xi: use calloc() instead of malloc() 2025-06-12 16:49:24 +02:00
getfctl.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getfocus.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getfocus.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getkmap.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getkmap.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getmmap.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getmmap.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
getprop.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
getprop.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
getselev.c Xi: use calloc() instead of malloc() 2025-06-12 16:49:24 +02:00
getselev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
getvers.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
getvers.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
grabdev.c include: drop obsolete dixevents.h 2025-06-12 16:17:35 +02:00
grabdev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
grabdevb.c dix: unexport PickKeyboard() 2025-06-12 16:19:15 +02:00
grabdevb.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
grabdevk.c dix: unexport PickKeyboard() 2025-06-12 16:19:15 +02:00
grabdevk.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
gtmotion.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
gtmotion.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
listdev.c dix: rename IsMaster to InputDevIsMaster() 2025-06-12 16:19:33 +02:00
listdev.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
opendev.c dix: rename IsMaster to InputDevIsMaster() 2025-06-12 16:19:33 +02:00
opendev.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
queryst.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
queryst.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
selectev.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
selectev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
sendexev.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
sendexev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
setbmap.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
setbmap.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
setdval.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
setdval.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
setfocus.c include: drop obsolete dixevents.h 2025-06-12 16:17:35 +02:00
setfocus.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
setmmap.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
setmmap.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
setmode.c Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
setmode.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
stubs.c drop obsolete HAVE_DIX_CONFIG_H 2024-10-10 13:38:31 +00:00
ungrdev.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
ungrdev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
ungrdevb.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
ungrdevb.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
ungrdevk.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
ungrdevk.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xiallowev.c dix: rename IsMaster to InputDevIsMaster() 2025-06-12 16:19:33 +02:00
xiallowev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xibarriers.c Xi: use calloc() instead of malloc() 2025-06-12 16:49:24 +02:00
xibarriers.h Xi: free barrier code at reset time 2013-05-07 09:41:19 +10:00
xichangecursor.c dix: rename IsMaster to InputDevIsMaster() 2025-06-12 16:19:33 +02:00
xichangecursor.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xichangehierarchy.c dix: rename IsMaster to InputDevIsMaster() 2025-06-12 16:19:33 +02:00
xichangehierarchy.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
xigetclientpointer.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
xigetclientpointer.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xigrabdev.c dix: rename IsMaster to InputDevIsMaster() 2025-06-12 16:19:33 +02:00
xigrabdev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xipassivegrab.c dix: rename IsFloating() to InputDevIsFloating() 2025-06-12 16:19:40 +02:00
xipassivegrab.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xiproperty.c Xi: use calloc() instead of malloc() 2025-06-12 16:49:24 +02:00
xiproperty.h Xi: drop now obsolete swap procs 2025-02-06 22:28:52 +00:00
xiquerydevice.c dix: rename IsFloating() to InputDevIsFloating() 2025-06-12 16:19:40 +02:00
xiquerydevice.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xiquerypointer.c dix: rename IsFloating() to InputDevIsFloating() 2025-06-12 16:19:40 +02:00
xiquerypointer.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xiqueryversion.c misc.h: unexport compare_version() 2025-02-18 11:17:40 +00:00
xiqueryversion.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xiselectev.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
xiselectev.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xisetclientpointer.c dix: rename IsMaster to InputDevIsMaster() 2025-06-12 16:19:33 +02:00
xisetclientpointer.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xisetdevfocus.c Xi: drop swapping request length fields 2025-02-06 22:28:51 +00:00
xisetdevfocus.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xiwarppointer.c dix: protect from pScreen->SetCursorPosition == NULL 2025-06-12 16:34:14 +02:00
xiwarppointer.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00