xfrm: Oops on error in pfkey_msg2xfrm_state()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 Jun 2017 10:34:05 +0000 (13:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jul 2017 12:37:21 +0000 (14:37 +0200)
commitf99737ce2e56eb7ee7cc6e7c9923d20ebd66714f
treee1fc2330d86ae87eb0553a791d982048f6696073
parentac78351c96e8e58cf93e336ffdf0560a8f691b50
xfrm: Oops on error in pfkey_msg2xfrm_state()

commit 1e3d0c2c70cd3edb5deed186c5f5c75f2b84a633 upstream.

There are some missing error codes here so we accidentally return NULL
instead of an error pointer.  It results in a NULL pointer dereference.

Fixes: df71837d5024 ("[LSM-IPSec]: Security association restriction.")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/key/af_key.c