|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000206 |
[uClibc] Networking Support |
minor |
always |
04-04-05 14:20 |
06-03-08 10:08 |
|
|
Reporter |
nbd |
View Status |
public |
|
|
Assigned To |
uClibc |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
0.9.27 |
|
|
Summary |
0000206: [PATCH] uClibc cannot resolve IPv6 addresses from /etc/hosts |
|
Description |
This patch fixes two erros in host lookup for IPv6:
1. gethostbyname2_r calls __get_hosts_byname_r, but with AF_INET as type
2. when __read_etc_hosts_r is searching for an IPv6 address and encounters an IPv4 address, it stops searching and returns an error. This prevents the user from having IPv4 and IPv6 addresses for the same host name.
The attached patch fixes both. |
|
Additional Information |
|
|
|
Attached Files |
inet6_hosts_resolve.patch [^] (1,014 bytes) 04-04-05 14:20 |
|
|