glibc/include/arpa
Florian Weimer 108bc4049f CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]
The IPv4 address parser in the getaddrinfo function is changed so that
it does not ignore trailing whitespace and all characters after it.
For backwards compatibility, the getaddrinfo function still recognizes
legacy name syntax, such as 192.000.002.010 interpreted as 192.0.2.8
(octal).

This commit does not change the behavior of inet_addr and inet_aton.
gethostbyname already had additional sanity checks (but is switched
over to the new __inet_aton_exact function for completeness as well).

To avoid sending the problematic query names over DNS, commit
6ca53a2453 ("resolv: Do not send queries
for non-host-names in nss_dns [BZ #24112]") is needed.
2019-01-21 21:26:03 +01:00
..
ftp.h Update. 1997-06-21 02:59:26 +00:00
inet.h CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] 2019-01-21 21:26:03 +01:00
nameser.h nss_dns: Replace local declarations with declarations from a header file 2017-04-04 20:56:23 +02:00
nameser_compat.h CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784] 2016-12-31 20:27:44 +01:00
telnet.h Update. 1997-06-21 02:59:26 +00:00
tftp.h Update. 1997-06-21 02:59:26 +00:00