Skip to content

xwayland: Avoid crash if processing keys after xwayland is disconnected

David Edmundson requested to merge work/d_ed/xwayland_crash2 into master

Whilst the XWayland input filter only runs whilst XWayland is running there is hypothetical window between the wayland connection to xwayland being disconnected and handleXwaylandFinished, the process exiting. This should be guarded correctly.

BUG: 480925

Merge request reports