xserver/present
Peter Hutterer f70cc16c68 present: actually return the created notifies
present_create_notifies() creates an array of notifies but never returns
them to the caller, despite them being passed individually to
present_add_window_notify(). The caller proceeds with a NULL notifies
array, eventually causing an OOB in present_vblank_notify() when
vblank->notifies is NULL.

Reported-by: Feng Ning, Innora Pte. Ltd.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2204>
2026-05-10 23:37:05 +00:00
..
meson.build build: Move epoll dependency check 2026-01-25 10:39:56 -08:00
present.c present: need to include dix-config.h 2026-01-25 10:40:00 -08:00
present.h present: need to include <X11/Xfuncproto.h> 2026-01-25 10:40:00 -08:00
present_event.c present: need to include geext.h 2026-01-25 10:40:00 -08:00
present_execute.c present: need to include dix-config.h 2026-01-25 10:40:00 -08:00
present_fake.c present: need to include dix-config.h 2026-01-25 10:40:00 -08:00
present_fence.c present: need to include dix-config.h 2026-01-25 10:40:00 -08:00
present_notify.c present: actually return the created notifies 2026-05-10 23:37:05 +00:00
present_priv.h present: fix prototype for present_select_input() 2026-01-25 10:40:00 -08:00
present_request.c present: Fix missing byte swaps in sproc_present_pixmap() 2026-05-05 15:22:44 +10:00
present_scmd.c present: need to include dix-config.h 2026-01-25 10:40:00 -08:00
present_screen.c present: need to include dix-config.h 2026-01-25 10:40:00 -08:00
present_vblank.c present: need to include dix-config.h 2026-01-25 10:40:00 -08:00
presentext.h present: need to include <X11/Xfuncproto.h> 2026-01-25 10:40:00 -08:00