From: David Woodhouse Date: Thu, 2 Jun 2005 11:13:21 +0000 (+0100) Subject: AUDIT: Fix user pointer deref thinko in sys_socketcall(). X-Git-Tag: v2.6.13-rc1~90^2~583^2~53^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bcff1b37e7c3aed914d1ce5b45994adc7dbf455;p=pandora-kernel.git 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: David Woodhouse --- Reading git-diff-tree failed