Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 10:42:26 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20434 for review
Message-ID:  <200210301842.g9UIgQQO071467@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20434

Change 20434 by rwatson@rwatson_tislabs on 2002/10/30 10:41:52

	Local fix to a KASSERT problem separately fixed in the main
	tree.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#173 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_biba/mac_biba.c#173 (text+ko) ====

@@ -224,7 +224,7 @@
 {
 	struct mac_biba_element *element;
 
-	KASSERT((mac_biba->mb_single->mb_flags & MAC_BIBA_FLAG_SINGLE) != 0,
+	KASSERT((mac_biba->mb_flags & MAC_BIBA_FLAG_SINGLE) != 0,
 	    ("mac_biba_single_in_range: mac_biba not single"));
 	element = &mac_biba->mb_single;
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210301842.g9UIgQQO071467>