Opened 6 years ago
Last modified 6 years ago
#14323 new bug
getaddrinfo() does not support AI_V4MAPPED
Reported by: | leorize | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Network & Internet/Stack | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
getaddrinfo() bails if AI_V4MAPPED is in hints.ai_flags
A test case has been added to demonstrate the issue
How to run:
$ gcc -lnetwork -o gai gai.c $ ./gai
Expected: no output, exit code is 0
Got:
Invalid value for ai_flags
Attachments (1)
Note:
See TracTickets
for help on using tickets.
FreeBSD commit: https://github.com/freebsd/freebsd/commit/55621219f54a49a3877e8da2ae39078ed442909f