From owner-cvs-all Sat Sep 23 8:40:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B59B737B422; Sat, 23 Sep 2000 08:40:12 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA60107; Sat, 23 Sep 2000 08:40:12 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200009231540.IAA60107@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 23 Sep 2000 08:40:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcp_wrappers socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/09/23 08:40:12 PDT Modified files: contrib/tcp_wrappers socket.c Log: Don't touch ai_canonname without checking NULL. Current implementation of getaddrinfo() may return NULL ai_canonname. There is no consensus how getaddrinfo() should fill ai_canonname when numeric hostname is given. Reported by: kris Revision Changes Path 1.4 +7 -4 src/contrib/tcp_wrappers/socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message