Fix segfault in multithreaded context
Dropping libwayland-client's queue in multithreaded context is safe if and only if there're no alive proxies on it, otherwise it could result in use-after-free. For more see [1] and [2]. [1] - https://gitlab.freedesktop.org/wayland/wayland/-/issues/13 [2] - https://github.com/Smithay/wayland-rs/issues/359
This commit is contained in:
parent
276aa84cf5
commit
f6f5b98235
5 changed files with 88 additions and 42 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Segfault when dropping clipboard in multithreaded context while main queue is still running
|
||||
|
||||
## 0.6.1 -- 2020-10-13
|
||||
|
||||
- Crash when failing to write to a clipboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue