]> git.ipfire.org Git - thirdparty/qemu.git/commit
vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-3544)
authorLi Qiang <liq3ea@163.com>
Sun, 16 May 2021 03:04:01 +0000 (20:04 -0700)
committerMichael Roth <michael.roth@amd.com>
Mon, 18 Oct 2021 01:26:28 +0000 (20:26 -0500)
commit07daff4a9a5f9dd6e79e3aa4a9664aee3156bd7d
tree9ad06f8ecb3453edf43f83e62abf7368ca3036ec
parent4dda63d7edea4374dd3f5ec9982c255a6ec54d37
vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-3544)

If 'virgl_renderer_resource_attach_iov' failed, the 'res_iovs' will
be leaked.

Fixes: CVE-2021-3544
Reported-by: Li Qiang <liq3ea@163.com>
virtio-gpu fix: 33243031da ("virtio-gpu-3d: fix memory leak
in resource attach backing")

Signed-off-by: Li Qiang <liq3ea@163.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210516030403.107723-7-liq3ea@163.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 63736af5a6571d9def93769431e0d7e38c6677bf)
Signed-off-by: Michael Roth <michael.roth@amd.com>
contrib/vhost-user-gpu/virgl.c