PERFORCE change 18931 for review

Brian Feldman green at freebsd.org
Tue Oct 8 14:07:14 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18931

Change 18931 by green at green_laptop_2 on 2002/10/08 07:06:13

	I don't need to decrease the context length reported by 1.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#33 edit

Differences ...

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

@@ -434,7 +434,7 @@
 
 	vsec = SLOT(vnodelabel);
 
-	context_len = sizeof(context) - 1; /* TBD: bad fixed length */
+	context_len = sizeof(context); /* TBD: bad fixed length */
 	error = vn_extattr_get(vp, IO_NODELOCKED,
 			       SEBSD_MAC_EXTATTR_NAMESPACE, 
 			       SEBSD_MAC_EXTATTR_NAME,
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