mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
f7741aa75e
A recent cleanup changed the kmalloc() + copy_from_user() to
memdup_user() but the error handling wasn't updated so we might call
kfree(-EFAULT) and crash.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
savage_bci.c | ||
savage_drv.c | ||
savage_drv.h | ||
savage_state.c |