Skip to content
Snippets Groups Projects
Commit a5003e83 authored by Francois Berder's avatar Francois Berder
Browse files

posix: in: Fix sockaddr_in6 structure


The sin6_family member was an int. This caused the structure to
take 32 bytes which was greater than sockaddr_storage size (28
bytes).
Using the type sa_family_t for sin6_family member fixes this
issue.

Signed-off-by: default avatarFrancois Berder <francois.berder@imgtec.com>
parent de41971a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment