Rich Felker 4b49060da0 fix getaddrinfo to accept port 0 (zero)
new behavior can be summarized as:
inputs that parse completely as a decimal number are treated as one,
and rejected only if the result is out of 16-bit range.
inputs that do not parse as a decimal number (where strtoul leaves
anything left over in the input) are searched in /etc/services.
2012-09-22 16:19:06 -04:00
..
2012-09-15 23:41:07 -04:00
2012-04-16 18:37:53 -04:00
2012-09-22 16:08:58 -04:00
2012-09-21 04:05:01 -04:00
2012-09-09 16:37:19 -04:00
2012-09-10 19:04:24 -04:00