From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <libc-hacker-return-9725-listarch-libc-hacker=sources.redhat.com@sourceware.org>
Received: (qmail 18961 invoked by alias); 22 Jun 2011 18:41:36 -0000
Received: (qmail 18944 invoked by uid 22791); 22 Jun 2011 18:41:35 -0000
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0
	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST
X-Spam-Check-By: sourceware.org
Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169)
    by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Jun 2011 18:41:20 +0000
Received: by vxg38 with SMTP id 38so1043297vxg.0
        for <libc-hacker@sourceware.org>; Wed, 22 Jun 2011 11:41:19 -0700 (PDT)
Received: by 10.220.195.77 with SMTP id eb13mr368146vcb.251.1308768079309;
 Wed, 22 Jun 2011 11:41:19 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.220.14.136 with HTTP; Wed, 22 Jun 2011 11:40:59 -0700 (PDT)
In-Reply-To: <m3y60uf1sg.fsf@redhat.com>
References: <m3y60uf1sg.fsf@redhat.com>
From: Ulrich Drepper <drepper@gmail.com>
Date: Wed, 22 Jun 2011 18:41:00 -0000
Message-ID: <BANLkTikyEmO_LE51K87Y-XVQkgkYmiskag@mail.gmail.com>
Subject: Re: [PATCH] Don't use gethostbyaddr to determine canonical name
To: Andreas Schwab <schwab@redhat.com>
Cc: libc-hacker@sourceware.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <libc-hacker.sourceware.org>
List-Subscribe: <mailto:libc-hacker-subscribe@sourceware.org>
List-Archive: <http://sourceware.org/ml/libc-hacker/>
List-Post: <mailto:libc-hacker@sourceware.org>
List-Help: <mailto:libc-hacker-help@sourceware.org>, <http://sourceware.org/ml/#faqs>
Sender: libc-hacker-owner@sourceware.org
X-SW-Source: 2011-06/txt/msg00007.txt.bz2

On Wed, Jun 22, 2011 at 09:12, Andreas Schwab <schwab@redhat.com> wrote:
> 2011-06-22 =C2=A0Andreas Schwab =C2=A0<schwab@redhat.com>
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/posix/getaddrinfo.c (gaih_inet): Don=
't use gethostbyaddr
> =C2=A0 =C2=A0 =C2=A0 =C2=A0to determine canonical name.

Explain the patch.  As usual there is nothing.  Of course using
gethostbyaddr is not perfect.  This is the last ditch effort.