]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/spice: Fix abort on macOS
authorMohamed Akram <mohd.akram@outlook.com>
Mon, 29 Sep 2025 15:42:24 +0000 (15:42 +0000)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 30 Sep 2025 07:07:27 +0000 (11:07 +0400)
commite7ecb533ee0dbfbe30c90abb213247f4943a9a12
treeda5211d2e08ba95c388bdb4d0799ff999e3a228f
parente01b61963faf810ceee1f15c97ec3a2210112c47
ui/spice: Fix abort on macOS

The check is faulty because the thread variable was assigned in the main
thread while the main loop runs in a different thread on macOS.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3070
Signed-off-by: Mohamed Akram <mohd.akram@outlook.com>
Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <C87205B9-DD8F-4E53-AB5B-C8BF82EF1D16@outlook.com>
ui/spice-core.c