https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279012
Gleb Smirnoff changed:
What|Removed |Added
Assignee|emulat...@freebsd.org |gleb...@freebsd.org
--
You are re
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279012
Mark Linimon changed:
What|Removed |Added
CC||gleb...@freebsd.org
Assig
Hi all, I hope this finds you well.
In commit b977dd1ea5fbc2df3f1279330be4d089322eb2cf [1], the check
if (hdr->nlmsg_len < sizeof(struct nlmsghdr) + sizeof(struct
ifaddrmsg))
return (EBADMSG);
in `sys/compat/linux/linux_netlink.c:97` was added and caused glibc's
getaddrinfo(3) to break.