CB270042

Explanation

The group address family is AF_INET6 but the value of group_len is less than the size of sockaddr_in6.

Programmer response

Correct the value of group_len to be at least the size of sockaddr_in6.

Symbolic Feedback Code

JrEdcXfr5Einval35