public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug network/17215] New: getaddrinfo with AI_CANONNAME and AF_INET causes PTR lookup
@ 2014-07-30 14:00 brunni at netestate dot de
  2014-08-04  8:12 ` [Bug network/17215] " schwab@linux-m68k.org
  0 siblings, 1 reply; 2+ messages in thread
From: brunni at netestate dot de @ 2014-07-30 14:00 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17215
           Summary: getaddrinfo with AI_CANONNAME and AF_INET causes PTR
                    lookup
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: brunni at netestate dot de

getaddrinfo makes a PTR lookup when called with ai_flags = AI_CANONNAME and
ai_family = AF_INET:

#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>

struct addrinfo hints = {.ai_flags = AI_CANONNAME, .ai_family = AF_INET};
int main (int argc, char *argv[])
{
        struct addrinfo *ap;
        int err;
        err = getaddrinfo("netestate.de", "500", &hints, &ap);
}

This is problematic for me as Javas InetAddress.getByName() works like this on
ipv4 systems and causes an unnecessary reverse lookup for every forward lookup.

It seems to be fixed in current distributions:
https://bugzilla.redhat.com/show_bug.cgi?id=714823

I get the problem when using glibc 2.17 compiled from source. Is this still an
issue with glibc 2.19?

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug network/17215] getaddrinfo with AI_CANONNAME and AF_INET causes PTR lookup
  2014-07-30 14:00 [Bug network/17215] New: getaddrinfo with AI_CANONNAME and AF_INET causes PTR lookup brunni at netestate dot de
@ 2014-08-04  8:12 ` schwab@linux-m68k.org
  0 siblings, 0 replies; 2+ messages in thread
From: schwab@linux-m68k.org @ 2014-08-04  8:12 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
Dup.

*** This bug has been marked as a duplicate of bug 15218 ***

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-04  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-30 14:00 [Bug network/17215] New: getaddrinfo with AI_CANONNAME and AF_INET causes PTR lookup brunni at netestate dot de
2014-08-04  8:12 ` [Bug network/17215] " schwab@linux-m68k.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).