Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2002 07:07:14 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18931 for review
Message-ID:  <200210081407.g98E7ElS083450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18931

Change 18931 by green@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@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?200210081407.g98E7ElS083450>