]> 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)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 16 Feb 2024 13:27:22 +0000 (17:27 +0400)
commit9c416582611b7495bdddb4c5456c7acb64b78938
treedd486a1e0617370ade4ad51b2b424ed409eb8992
parent405484b29f6548c7b86549b0f961b906337aa68a
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>
ui/clipboard.c