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 nss/20612] getaddrinfo() returns EAI_SYSTEM depending on uninitialized value


https://sourceware.org/bugzilla/show_bug.cgi?id=20612

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           See Also|                            |https://bugzilla.samba.org/
                   |                            |show_bug.cgi?id=12269
         Resolution|---                         |MOVED

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
nss_wins in Samba 4.5.0 has this:

NSS_STATUS _nss_wins_gethostbyname_r(const char *hostname, struct hostent *he,
                          char *buffer, size_t buflen, int *h_errnop);
NSS_STATUS _nss_wins_gethostbyname2_r(const char *name, int af, struct hostent
*he,
                           char *buffer, size_t buflen, int *h_errnop);

So this is a Samba bug.  I reported it here:

  https://bugzilla.samba.org/show_bug.cgi?id=12269

-- 
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]