Date: Tue, 1 Mar 2005 11:49:56 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 72223 for review Message-ID: <200503011149.j21BnuI2042303@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=72223 Change 72223 by rwatson@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503011149.j21BnuI2042303>