mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-09 06:34:13 +00:00
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 | ||