You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
route: treat short sockaddr lengths as unspecified
Previously, we enforced minimum length requirements for sockaddr,
but the kernel can legitimately return shorter lengths. This change
treats any sockaddr with length less than the address offset as an
unspecified address (0.0.0.0 for IPv4 or :: for IPv6).
Fixesgolang/go#71557
0 commit comments