From owner-cvs-src@FreeBSD.ORG Fri Apr 16 07:35:12 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 6781016A4CE; Fri, 16 Apr 2004 07:35:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495A643D45; Fri, 16 Apr 2004 07:35:12 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GEZBGe053603; Fri, 16 Apr 2004 07:35:12 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GEZBVD053602; Fri, 16 Apr 2004 07:35:11 -0700 (PDT) (envelope-from rwatson) Message-Id: <200404161435.i3GEZBVD053602@repoman.freebsd.org> From: Robert Watson Date: Fri, 16 Apr 2004 07:35:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_mbuf.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: Fri, 16 Apr 2004 14:35:12 -0000 rwatson 2004/04/16 07:35:11 PDT FreeBSD src repository Modified files: sys/kern subr_mbuf.c Log: At some point during the history of m_getcl(), MAC support began to unconditionally initialize the mbuf header even if cluster allocation failed, which could result in a NULL pointer dereference in low-memory conditions. PR: kern/65548 Submitted by: Stephan Uphoff Revision Changes Path 1.59 +6 -6 src/sys/kern/subr_mbuf.c