In the Linux kernel, the following vulnerability has been resolved: inet: read sk->skfamily once in inetrecverror() inetrecverror() is called without holding the socket lock. IPv6 socket could mutate to IPv4 with IPV6ADDRFORM socket option and trigger a KCSAN warning.