Make sure not just the pointer itself but the whole range lies in
the user address space. For that pass the length and then use
the access_ok helper to do the check.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sockopt.c | ||
Make sure not just the pointer itself but the whole range lies in
the user address space. For that pass the length and then use
the access_ok helper to do the check.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sockopt.c | ||