From nobody@FreeBSD.ORG  Wed Aug  2 09:36:27 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 25BF237BC20; Wed,  2 Aug 2000 09:36:27 -0700 (PDT)
Message-Id: <20000802163627.25BF237BC20@hub.freebsd.org>
Date: Wed,  2 Aug 2000 09:36:27 -0700 (PDT)
From: mmyhre@pixstream.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: In in.c:in_addmulti, missing splx when ifma->ifma_protospec is null.
X-Send-Pr-Version: www-1.0

>Number:         20361
>Category:       kern
>Synopsis:       In in.c:in_addmulti, missing splx when ifma->ifma_protospec is null.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 09:40:00 PDT 2000
>Closed-Date:    Thu Mar 29 05:04:14 PST 2001
>Last-Modified:  Thu Mar 29 05:06:57 PST 2001
>Originator:     Mark Myhre
>Release:        4.0
>Organization:
PixStream
>Environment:
>Description:
When this variable is null (ifma->ifma_protospec is null), the function returns without having returned the calling process to its previous priority.
>How-To-Repeat:

>Fix:
Add an splx() before the return statement.

>Release-Note:
>Audit-Trail:

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: wollman@FreeBSD.org
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/20361: In in.c:in_addmulti, missing splx when ifma->ifma_protospec is null. 
Date: Wed, 02 Aug 2000 21:55:45 +0200

 On Wed, 02 Aug 2000 09:36:27 MST, mmyhre@pixstream.com wrote:
 
 > >Number:         20361
 > >Category:       kern
 > >Synopsis:       In in.c:in_addmulti, missing splx when
 > >		   ifma->ifma_protospec is null.
 
 Hi Garret,
 
 This one seems to fall inside some code of yours.  I know you don't like
 to have PR's assigned to you, so I'm just calling your attention to it.
 :-)
 
 Ciao,
 Sheldon.
 

From: Yar Tikhiy <yar@freebsd.org>
To: bde@freebsd.org
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: kern/20361: In in.c:in_addmulti, missing splx when ifma->ifma_protospec is null.
Date: Thu, 29 Mar 2001 10:38:30 +0400

 Hi Bruce,
 
 You've fixed the bug described in kern/20361 long ago.
 Could you close the PR please?
 
 SY, Yar
State-Changed-From-To: open->closed 
State-Changed-By: bde 
State-Changed-When: Thu Mar 29 05:04:14 PST 2001 
State-Changed-Why:  
Fixed in revs. 1.46 (-current), 1.44.2.2 (RELENG_4) and 1.39.2.3 (RELENG_3). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20361 
>Unformatted:
