xserver/hw
Peter Hutterer 3ab0b8834c vfb: NULL out pXWDHeader after free in freeScreenInfo
freeScreenInfo() is called from ddxGiveUp() during normal server
shutdown. If the server then aborts (e.g. due to the leak sanitizer
detecting leaks at exit), the signal handler calls AbortServer() which
calls ddxGiveUp() again, causing a double-free of pXWDHeader.

NULL out the pointer after freeing it to make the second call a no-op.
2026-06-02 08:42:42 +10:00
..
kdrive ephyr: Fix incompatible pointer type build error 2024-05-12 08:00:00 +00:00
vfb vfb: NULL out pXWDHeader after free in freeScreenInfo 2026-06-02 08:42:42 +10:00
xfree86 xf86: check return value of XF86_CRTC_CONFIG_PTR in xf86CompatOutput() 2026-03-28 16:40:00 +00:00
xnest Xnest: fix broken exposure events 2024-10-12 00:46:34 +00:00
xquartz xquartz: Bump copyrights in Info.plist to 2026 2026-03-25 23:47:59 -07:00
xwin XWin.man: fix typos in font change escapes 2025-06-12 18:10:31 -07:00
Makefile.am Drop XWayland DDX 2021-09-15 21:49:17 +03:00
meson.build Drop XWayland DDX 2021-09-15 21:49:17 +03:00