PERFORCE change 20434 for review
Robert Watson
rwatson at freebsd.org
Wed Oct 30 18:42:26 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20434
Change 20434 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list