]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Fix oops in xfrm_audit_log()
authorDavid Miller <davem@davemloft.net>
Wed, 14 Feb 2007 02:22:46 +0000 (18:22 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:22 +0000 (10:50 -0800)
commit7b9ec405b19a1a6ca03a26fceb71d2a7d0a2507d
tree278e2836aa50960680053e2025bc6171dcfa9c34
parentd83c9fd4ac294d1daece19a736faff5f7c6c185a
Fix oops in xfrm_audit_log()

[XFRM]: Fix OOPSes in xfrm_audit_log().

Make sure that this function is called correctly, and
add BUG() checking to ensure the arguments are sane.

Based upon a patch by Joy Latten.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/key/af_key.c
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_user.c