Files
xserver/dix
Enrico Weigelt, metux IT consult 1e47ef4006 dix: NULL-protection in GestureAddRegularListener()
protect against the (unlikely) case that inputMasks == NULL.

| ../dix/gestures.c: In function ‘GestureAddRegularListener’:
| ../include/list.h:376:21: warning: dereference of NULL ‘0’ [CWE-476] [-Wanalyzer-null-dereference]
|   376 |         for (_entry = _list; _entry; _entry = (_entry)->_member)
| ../dix/gestures.c:241:9: note: in expansion of macro ‘nt_list_for_each_entry’
|   241 |         nt_list_for_each_entry(iclients, inputMasks->inputClients, next) {
|       |         ^~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-12 16:34:17 +02:00
..
2020-07-05 13:07:33 -07:00
2003-11-14 15:54:54 +00:00
2025-06-12 16:20:19 +02:00
2025-02-11 19:13:01 +01:00
2025-06-12 16:19:43 +02:00
2024-04-15 23:10:31 +00:00
2025-02-11 19:13:01 +01:00
2025-02-11 19:13:01 +01:00
2024-03-05 16:57:52 +01:00
2013-07-23 23:56:58 +01:00
2025-06-12 16:17:35 +02:00