kern.cptime is length 2
authorderaadt <deraadt@openbsd.org>
Wed, 28 Oct 2015 09:35:03 +0000 (09:35 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 28 Oct 2015 09:35:03 +0000 (09:35 +0000)
sys/kern/kern_pledge.c

index 1222353..b213001 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_pledge.c,v 1.81 2015/10/28 02:12:54 deraadt Exp $        */
+/*     $OpenBSD: kern_pledge.c,v 1.82 2015/10/28 09:35:03 deraadt Exp $        */
 
 /*
  * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -908,7 +908,7 @@ pledge_sysctl_check(struct proc *p, int miblen, int *mib, void *new)
                if (miblen == 2 &&                      /* kern.loadavg */
                    mib[0] == CTL_VM && mib[1] == VM_LOADAVG)
                        return (0);
-               if (miblen == 3 &&                      /* kern.cptime */
+               if (miblen == 2 &&                      /* kern.cptime */
                    mib[0] == CTL_KERN && mib[1] == KERN_CPTIME)
                        return (0);
                if (miblen == 3 &&                      /* kern.cptime2 */