From owner-cvs-src@FreeBSD.ORG Mon Nov 8 00:38:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B12A716A4CE; Mon, 8 Nov 2004 00:38:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5FD843D39; Mon, 8 Nov 2004 00:38:18 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA80cIuC060280; Mon, 8 Nov 2004 00:38:18 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA80cIwH060279; Mon, 8 Nov 2004 00:38:18 GMT (envelope-from mlaier) Message-Id: <200411080038.iA80cIwH060279@repoman.freebsd.org> From: Max Laier Date: Mon, 8 Nov 2004 00:38: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/sys/contrib/pf/net pf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 00:38:18 -0000 mlaier 2004-11-08 00:38:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/pf/net pf.c Log: MFC pf.c, 1.21: Fix a panic discovered with some apache2 configure test (that seemed to trigger a socket creation race some some kind). Checking for non-NULL socket and credential is not a bad idea anyway. Unfortunatly too late for the release. Reported & tested by: Gilbert Cao I completly forgot about this when the release was pushed back. Depending on the new maintance policies for RELENG_5_3 it might be a candidate. Let's just not forget ... I hope the MFC reminder works here ... MFC after: 2 weeks Revision Changes Path 1.18.2.3 +5 -0 src/sys/contrib/pf/net/pf.c