summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorRoberto Sassu <roberto.sassu@huawei.com>2021-12-13 21:31:22 +0300
committerGerd Hoffmann <kraxel@redhat.com>2022-01-18 09:52:42 +0300
commit6b79f96f4a23846516e5e6e4dd37fc06f43a60dd (patch)
tree49bf2df595d1aef423028624a11e41e93a840c4b /include/drm
parent2b6dd600dd72573c23ea180b5b0b2f1813405882 (diff)
downloadlinux-6b79f96f4a23846516e5e6e4dd37fc06f43a60dd.tar.xz
drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
If virtio_gpu_object_shmem_init() fails (e.g. due to fault injection, as it happened in the bug report by syzbot), virtio_gpu_array_put_free() could be called with objs equal to NULL. Ensure that objs is not NULL in virtio_gpu_array_put_free(), or otherwise return from the function. Cc: stable@vger.kernel.org # 5.13.x Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com> Reported-by: syzbot+e9072e90624a31dfa85f@syzkaller.appspotmail.com Fixes: 377f8331d0565 ("drm/virtio: fix possible leak/unlock virtio_gpu_object_array") Link: http://patchwork.freedesktop.org/patch/msgid/20211213183122.838119-1-roberto.sassu@huawei.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions