diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1997-09-28T22:58:35+0200 drepper> +Time-stamp: <1997-10-25T06:32:15+0200 drepper> This following list contains those bugs which I'm aware of. Please make sure that bugs you report are not listed here. If you can fix one @@ -10,7 +10,7 @@ of these bugs/limitations I'll certainly be glad to receive a patch. Another source of information about bugs is the problem data base of the GNU project. There is an easy to use WWW interface available at - http://www-gnats.gnu.ai.mit.edu:8080/cgi-bin/wwwgnats.pl + http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl I would appreciate it very much if you could verify the problem was not reported before by looking through the database. To make the information @@ -70,6 +70,12 @@ Severity: [ *] to [***] have this bug). [PR libc/245] +[ *] gethostbyname returns HOST_NOT_FOUND if the nameserver is + unreachable and nsswitch.conf contains a line with: + hosts: files dns + If the only method is dns gethostbyname return + TRY_AGAIN. gethostbyname should return in both cases TRY_AGAIN. + [PR libc/244] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com |