This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/15726] getaddrinfo() returns incorrect status


http://sourceware.org/bugzilla/show_bug.cgi?id=15726

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #12 from Rich Felker <bugdal at aerifal dot cx> ---
Conceptually, this whole topic is very simple. getaddrinfo has two "successful"
result possibilities, 0 and EAI_NONAME.

0 means a successful query was performed and returned a result.

EAI_NONAME means a successful query was performed and determined that the
queried name does not (by hostname lookup) or cannot (by virtue of being an
invalid ip string) exist.

All other result codes indicate to the application that something went wrong
during the name resolving process, and that the result is indeterminate.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]