Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parisc: Fix kernel crash with reversed copy_from_user()
The kernel module testcase (lib/test_user_copy.c) exhibited a kernel crash on parisc if the parameters for copy_from_user were reversed ("illegal reversed copy_to_user" testcase). Fix this potential crash by checking the fault handler if the faulting address is in the exception table. Signed-off-by: Helge Deller <[email protected]> Cc: [email protected] Cc: Kees Cook <[email protected]>
- Loading branch information