Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 6f107b58
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {