Files
xserver/dix
Enrico Weigelt, metux IT consult b2944fd615 dix: protect against alloc failure in ‘DeviceFocusEvent()
Fixes analyzer warning:

| ../dix/enterleave.c: In function ‘DeviceFocusEvent’:
| ../dix/enterleave.c:788:20: warning: dereference of possibly-NULL ‘xi2event’ [CWE-690] [-Wanalyzer-possible-null-dereference]
|   788 |     xi2event->type = GenericEvent;
|   ‘DoFocusEvents’: events 1-4

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-09 20:22:16 +02:00
..
2025-02-17 18:13:33 +00:00
2025-02-11 19:13:01 +01:00
2025-02-24 20:19:55 +00:00
2025-02-11 19:13:01 +01:00
2025-02-25 11:43:01 +01:00
2025-02-11 19:13:01 +01:00
2025-02-17 19:25:14 +00:00