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
the code in copy_list() in src/resolver.c#L45 does not consider to copy char ** h_aliases element of struct hostent. alias names are truncated to sizeof(struct in_addr) (4 bytes in my case).
The text was updated successfully, but these errors were encountered:
the code in
copy_list()
in src/resolver.c#L45 does not consider to copychar ** h_aliases
element ofstruct hostent
. alias names are truncated tosizeof(struct in_addr)
(4 bytes in my case).The text was updated successfully, but these errors were encountered: