Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2001 04:09:47 -0700 (PDT)
From:      sgreear@vsni.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/27380: possible killall bug
Message-ID:  <200105161109.f4GB9lo75830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         27380
>Category:       bin
>Synopsis:       possible killall bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 16 04:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105161109.f4GB9lo75830>