Skip to content

effects: Fix nullptr dereference in EffectsWindowImpl::shape()

Vlad Zahorodnii requested to merge work/guard-nullptr-deref into master

An Xwayland window may have null surface item if it has no wl_surface associated with it yet.

BUG: 437138

Merge request reports