BusyBox Bug and Patch Tracking
BusyBox
  

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

- Relationships

- Notes
(0008084)
vda
06-03-08 10:08

Both bugs are already fixed.
 

- Issue History
Date Modified Username Field Change
04-04-05 14:20 nbd New Issue
04-04-05 14:20 nbd File Added: inet6_hosts_resolve.patch
06-03-08 10:08 vda Status assigned => closed
06-03-08 10:08 vda Note Added: 0008084
06-03-08 10:08 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker