mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
85dd1dd6e2
Currently the kmalloc allocation for config is not being null
checked and could potentially lead to a null pointer dereference.
Fix this by adding the missing null check.
Addresses-Coverity: ("Dereference null return value")
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
vkms_composer.c | ||
vkms_crtc.c | ||
vkms_drv.c | ||
vkms_drv.h | ||
vkms_output.c | ||
vkms_plane.c | ||
vkms_writeback.c |