crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets
Signed-off-by: Miloslav Trmač <mitr@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
6f107b5861
commit
507cad355f
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue