From owner-cvs-all@FreeBSD.ORG Fri Dec 21 14:32:05 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11CD916A417; Fri, 21 Dec 2007 14:32:05 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF37E13C455; Fri, 21 Dec 2007 14:32:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBLEW4na019889; Fri, 21 Dec 2007 14:32:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBLEW4CN019888; Fri, 21 Dec 2007 14:32:04 GMT (envelope-from rwatson) Message-Id: <200712211432.lBLEW4CN019888@repoman.freebsd.org> From: Robert Watson Date: Fri, 21 Dec 2007 14:32:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/security/mac mac_posix_sem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Dec 2007 14:32:05 -0000 rwatson 2007-12-21 14:32:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac mac_posix_sem.c Log: Merge mac_posix_sem.c:1.12 from HEAD to RELENG_7: Fix a MAC label leak for POSIX semaphores, in which per-policy labels would be properly disposed of, but the global label structure for the semaphore wouldn't be freed. Reported by: tanyong , zhouzhouyi Approved by: re (kensmith) Revision Changes Path 1.9.2.2 +1 -0 src/sys/security/mac/mac_posix_sem.c