In the Linux kernel, the following vulnerability has been resolved:
drm/virtio: Ensure that objs is not NULL in virtiogpuarrayputfree()
If virtiogpuobjectshmeminit() fails (e.g. due to fault injection, as it happened in the bug report by syzbot), virtiogpuarrayputfree() could be called with objs equal to NULL.
Ensure that objs is not NULL in virtiogpuarrayputfree(), or otherwise return from the function.