[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnulib] Re: [PATCH]: getaddrinfo module broken
From: |
Simon Josefsson |
Subject: |
[bug-gnulib] Re: [PATCH]: getaddrinfo module broken |
Date: |
Tue, 10 May 2005 14:37:05 +0200 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
Yoann Vandoorselaere <address@hidden> writes:
> Hi,
>
> Here is a patch that address several issues in the getaddrinfo GnuLib
> module implementation:
Applied!
The getaddrinfo module is rather incomplete, so you, or anyone else,
wish to read the standard and review the code for missing pieces, that
would be useful.
> I'm using this patch in Prelude for a while and it definitely fixed most
> of the bug experienced by people lacking a getaddrinfo() implementation.
I might have asked before, but which system was this? I couldn't find
a system without getaddrinfo when I looked some time ago.
I'd really like to add some self-tests for getaddrinfo eventually, the
API is quite well suited for doing things like that. It would make
sure we really implement the standard.
Thanks.