From owner-cvs-all Thu Jan 27 9:25: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82DB4159B5; Thu, 27 Jan 2000 09:24:55 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA44084; Thu, 27 Jan 2000 09:24:55 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <200001271724.JAA44084@freefall.freebsd.org> From: Yoshinobu Inoue Date: Thu, 27 Jan 2000 09:24:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil realhostname.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shin 2000/01/27 09:24:54 PST Modified files: lib/libutil realhostname.c Log: Avoid core dump when ai_canonname is NULL. (Now this happens for numeric addrs, as getaddrinfo() 1.3 -> 1.4 change) Reviewed by: Mark Huizer Revision Changes Path 1.5 +9 -5 src/lib/libutil/realhostname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message