From owner-cvs-all@FreeBSD.ORG Fri May 30 10:02:38 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 1943D37B401; Fri, 30 May 2003 10:02:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BC443FD7; Fri, 30 May 2003 10:02:37 -0700 (PDT) (envelope-from rwatson@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 h4UH2b0U052361; Fri, 30 May 2003 10:02:37 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4UH2bHi052360; Fri, 30 May 2003 10:02:37 -0700 (PDT) Message-Id: <200305301702.h4UH2bHi052360@repoman.freebsd.org> From: Robert Watson Date: Fri, 30 May 2003 10:02:37 -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/security/mac_mls mac_mls.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, 30 May 2003 17:02:38 -0000 rwatson 2003/05/30 10:02:37 PDT FreeBSD src repository Modified files: sys/security/mac_mls mac_mls.c Log: Make sure all character pointers are properly initialized; this was mismerged from the MAC tree, and didn't get picked up because warnings are not normally fatal in per-module builds, only when they are linked into a kernel (such as LINT). Reported by: des and the technicolor tinderbox Approved by: re (scottl) Revision Changes Path 1.47 +5 -4 src/sys/security/mac_mls/mac_mls.c