Commit 507cad35 authored by Miloslav Trmač's avatar Miloslav Trmač Committed by Herbert Xu

crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets

Signed-off-by: default avatarMiloslav Trmač <mitr@redhat.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6f107b58
......@@ -242,6 +242,7 @@ int af_alg_accept(struct sock *sk, struct socket *newsock)
goto unlock;
sock_init_data(newsock, sk2);
sock_graft(sk2, newsock);
err = type->accept(ask->private, sk2);
if (err) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment