Skip to content

gdk/wayland: Handle disorderly tablet/pad disconnects

Carlos Garnacho requested to merge wip/carlosg/tablet-disconnects into gtk-3-24

If the tablet gets removed/freed while there are pad events in flight, we leave a dangling pointer from the pad to the tablet, which may lead to invalid reads/writes when handling the pad event(s).

Fixes: #2748 (closed)

Merge request reports