]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/clipboard: add asserts for update and request
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 24 Jan 2024 10:57:49 +0000 (11:57 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 20 Feb 2024 15:49:10 +0000 (18:49 +0300)
commit7ff0d4d184a83ac54b917c5af577e7a32e6a6f3e
treee7e283f68af96cf49a3d5a97e71ad2c09b56d13e
parent480a6adc83a7bbc84bfe67229e084603dc061824
ui/clipboard: add asserts for update and request

Should an issue like CVE-2023-6683 ever appear again in the future,
it will be more obvious which assumption was violated.

Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20240124105749.204610-2-f.ebner@proxmox.com>
(cherry picked from commit 9c416582611b7495bdddb4c5456c7acb64b78938)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
ui/clipboard.c