From owner-cvs-all@FreeBSD.ORG Thu Apr 7 05:57:18 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E63D16A4CE; Thu, 7 Apr 2005 05:57:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3418443D31; Thu, 7 Apr 2005 05:57:18 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j375vIFO016854; Thu, 7 Apr 2005 05:57:18 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j375vI7I016853; Thu, 7 Apr 2005 05:57:18 GMT (envelope-from phk) Message-Id: <200504070557.j375vI7I016853@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 7 Apr 2005 05:57:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libalias alias.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 05:57:18 -0000 phk 2005-04-07 05:57:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libalias alias.c Log: MFC: revision 1.50 natd core dumps when -reverse switch is used because of a bug in libalias. Approved by: re@ Revision Changes Path 1.49.2.1 +2 -2 src/lib/libalias/alias.c