From owner-cvs-all@FreeBSD.ORG Fri Apr 4 00:47:51 2003 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 F31B237B401; Fri, 4 Apr 2003 00:47:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 931AB43F3F; Fri, 4 Apr 2003 00:47:50 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h348lo0U072295; Fri, 4 Apr 2003 00:47:50 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h348lo3H072294; Fri, 4 Apr 2003 00:47:50 -0800 (PST) Message-Id: <200304040847.h348lo3H072294@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 4 Apr 2003 00:47:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netipx ipx.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: Fri, 04 Apr 2003 08:47:51 -0000 tjr 2003/04/04 00:47:50 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netipx ipx.c Log: MFC rev. 1.25: Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0. The wrong reference count was causing them to get freed too early and have their contents scrambled. PR: 48666 Revision Changes Path 1.17.2.2 +2 -1 src/sys/netipx/ipx.c