mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 06:46:41 +07: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 |