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

Commit 180d0e9a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tcp: prevent tcp_nuke_addr from purging v4 sockets on v6 addr"

parents 8e9bbef3 bd4a2624
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3228,6 +3228,9 @@ restart:
			if (family == AF_INET6) {
				struct in6_addr *s6;

				if (sk->sk_family == AF_INET)
					continue;

				s6 = &sk->sk_v6_rcv_saddr;
				if (ipv6_addr_type(s6) == IPV6_ADDR_MAPPED)
					continue;