My KWIN fork where I work on features like per-output virtual desktops
01cace30dd
Summary:
There is a race condition in the following situation:
- Server creates a global
- Client binds to that global (making a new resource for that
global)
Simultaneously:
- The client uses this resource
- The server deletes the global
This was fixed for Blur, but as mention in that commit can also happen here.
Code is effectively a copy and paste from
|
||
---|---|---|
src/wayland |