Explorar o código

[AF_KEY]: Fix bug in spdadd

This patch fix a BUG when adding spds which have same selector.

Signed-off-by: Kazunori MIYAZAWA <kazunori@miyazawa.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Kazunori MIYAZAWA %!s(int64=17) %!d(string=hai) anos
pai
achega
a4d6b8af1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      net/key/af_key.c

+ 1 - 0
net/key/af_key.c

@@ -2291,6 +2291,7 @@ static int pfkey_spdadd(struct sock *sk, struct sk_buff *skb, struct sadb_msg *h
 	return 0;
 
 out:
+	xp->dead = 1;
 	xfrm_policy_destroy(xp);
 	return err;
 }