The copy_to_user() function returns the number of bytes that it wasn't
able to copy. We want to return -EFAULT to the user.
Fixes:
|
||
|---|---|---|
| .. | ||
| ionic | ||
| Kconfig | ||
| Makefile | ||
The copy_to_user() function returns the number of bytes that it wasn't
able to copy. We want to return -EFAULT to the user.
Fixes:
|
||
|---|---|---|
| .. | ||
| ionic | ||
| Kconfig | ||
| Makefile | ||