From owner-freebsd-bugs Wed Aug 2 9:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83F4C37BAD0 for ; Wed, 2 Aug 2000 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02771; Wed, 2 Aug 2000 09:40:01 -0700 (PDT) (envelope-from gnats@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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/20361: In in.c:in_addmulti, missing splx when ifma->ifma_protospec is null. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 02 09:40:00 PDT 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message