Skip to content
Snippets Groups Projects
Commit 4bcff1b3 authored by David Woodhouse's avatar David Woodhouse
Browse files

AUDIT: Fix user pointer deref thinko in sys_socketcall().


I cunningly put the audit call immediately after the 
copy_from_user().... but used the _userspace_ copy of the args still. 
Let's not do that.

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 8f37d47c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment