wlroots/xwayland/selection
Simon Ser c91543352a xwayland: stop using xcb_get_property_reply_t.value_len
This field is difficult to use correctly, its meaning depends on
format.

xcb docs read:

> You should use the corresponding accessor instead of this field.

Replace all uses with the safe accessor.

This fixes potential out-of-bounds array accesses when the format
field isn't what we expect.
2026-05-22 09:34:30 -04:00
..
dnd.c xwayland/selection/dnd: fix parameter type 2026-01-20 16:39:08 +08:00
incoming.c xwayland: stop using xcb_get_property_reply_t.value_len 2026-05-22 09:34:30 -04:00
outgoing.c xwayland: fix memory leak on pipe() failure 2026-03-03 14:37:42 +08:00
selection.c xwayland/xwm: implement somewhat asynchronous request flushing 2024-10-07 21:51:15 +03:00