From owner-freebsd-bugs@FreeBSD.ORG Mon May 5 00:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EFE106566C for ; Mon, 5 May 2008 00:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB5A8FC15 for ; Mon, 5 May 2008 00:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m450K3am085726 for ; Mon, 5 May 2008 00:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m450K3bT085725; Mon, 5 May 2008 00:20:03 GMT (envelope-from gnats) Date: Mon, 5 May 2008 00:20:03 GMT Message-Id: <200805050020.m450K3bT085725@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: bin/51827: getaddrinfo() is broken with numeric service X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 00:20:04 -0000 The following reply was made to PR bin/51827; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, marka@isc.org Cc: Subject: Re: bin/51827: getaddrinfo() is broken with numeric service Date: Mon, 05 May 2008 01:12:56 +0100 This is still a problem on 7.0-RELEASE. In the test code the host rc.isc.org no longer exists and needs to be replaced by one which does. However, once a valid host is specified the same output from the program is seen. -- Bruce