X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=crypto%2Faf_alg.c;h=92a3d540d9201ff651f94b7d68dc70c672c5166b;hb=2388bd7b133504fa0991f483db66fad3a0de8694;hp=3556d8eb54a740741fcb282d6c39f5d942ea79f5;hpb=9e856e4b475502270f2cfdd7b289075c1924786b;p=karo-tx-linux.git diff --git a/crypto/af_alg.c b/crypto/af_alg.c index 3556d8eb54a7..92a3d540d920 100644 --- a/crypto/af_alg.c +++ b/crypto/af_alg.c @@ -287,7 +287,7 @@ int af_alg_accept(struct sock *sk, struct socket *newsock, bool kern) goto unlock; sock_init_data(newsock, sk2); - sock_graft(sk2, newsock); + security_sock_graft(sk2, newsock); security_sk_clone(sk, sk2); err = type->accept(ask->private, sk2);