From nobody@FreeBSD.org  Wed May 16 04:09:47 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id A840737B42C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 May 2001 04:09:47 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f4GB9lo75830;
	Wed, 16 May 2001 04:09:47 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200105161109.f4GB9lo75830@freefall.freebsd.org>
Date: Wed, 16 May 2001 04:09:47 -0700 (PDT)
From: sgreear@vsni.com
To: freebsd-gnats-submit@FreeBSD.org
Subject: possible killall bug
X-Send-Pr-Version: www-1.0

>Number:         27380
>Category:       bin
>Synopsis:       possible killall bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 16 04:10:01 PDT 2001
>Closed-Date:    Wed May 16 04:13:24 PDT 2001
>Last-Modified:  Wed May 16 04:13:44 PDT 2001
>Originator:     Samuel Greear
>Release:        4.3-STABLE
>Organization:
Virtual Space Network, Inc.
>Environment:
FreeBSD beware.dragonknight.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May  2 00:52:23 GMT 2001     dragonk@beware.dragonknight.net:/usr/src/sys/compile/DK  i386
>Description:
in killall.c:

        int             mib[3];
<snip>
        mib[0] = CTL_KERN;
        mib[1] = KERN_PROC;
        mib[2] = KERN_PROC_ALL;
        mib[3] = 0;

may cause problems, but I haven't had any.
>How-To-Repeat:

>Fix:
change
        int             mib[3];
to
        int             mib[4];
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Wed May 16 04:13:24 PDT 2001 
State-Changed-Why:  
Committed to -current, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27380 
>Unformatted:
