]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: fix restrict IPV6_ADDRFORM operation
authorJohn Haxby <john.haxby@oracle.com>
Sat, 18 Apr 2020 15:30:49 +0000 (16:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Apr 2020 18:06:39 +0000 (11:06 -0700)
commit963166e0162a7373fbc94b7572b802eba326d136
treef8da3459495bae1fc99eb2c2e130ea4fd32de1ea
parent2ddd1614d759f78f18db0b038cad610d5b9b6570
ipv6: fix restrict IPV6_ADDRFORM operation

Commit 636babcef96a ("ipv6: restrict IPV6_ADDRFORM operation") fixed a
problem found by syzbot an unfortunate logic error meant that it
also broke IPV6_ADDRFORM.

Rearrange the checks so that the earlier test is just one of the series
of checks made before moving the socket from IPv6 to IPv4.

Fixes: 636babcef96a ("ipv6: restrict IPV6_ADDRFORM operation")
Signed-off-by: John Haxby <john.haxby@oracle.com>
Cc: stable@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ipv6_sockglue.c