PERFORCE change 72223 for review

Robert Watson rwatson at FreeBSD.org
Tue Mar 1 11:49:57 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=72223

Change 72223 by rwatson at rwatson_paprika on 2005/03/01 11:49:44

	Initialize error to 0 in sysctl_rule, as we'll later check it to see
	if we need to copyout or not.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#88 edit

Differences ...

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

@@ -140,6 +140,7 @@
 	u_int namelen;
 	int error, index, *name;
 
+	error = 0;
 	name = (int *)arg1;
 	namelen = arg2;
 


More information about the p4-projects mailing list