mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-26 14:59:32 +00:00
![]() When the nvif_vmm_type is invalid, we will return error directly
without freeing the args in nvif_vmm_ctor(), which leading a memory
leak. Fix it by setting the ret -EINVAL and goto done.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/all/202312040659.4pJpMafN-lkp@intel.com/
Fixes:
|
||
---|---|---|
.. | ||
chan506f.c | ||
chan906f.c | ||
chan.c | ||
chanc36f.c | ||
client.c | ||
conn.c | ||
device.c | ||
disp.c | ||
driver.c | ||
event.c | ||
fifo.c | ||
head.c | ||
Kbuild | ||
mem.c | ||
mmu.c | ||
object.c | ||
outp.c | ||
timer.c | ||
user.c | ||
userc361.c | ||
vmm.c |