Date: Wed, 2 Aug 2000 09:36:27 -0700 (PDT) From: mmyhre@pixstream.com To: freebsd-gnats-submit@FreeBSD.org Subject: kern/20361: In in.c:in_addmulti, missing splx when ifma->ifma_protospec is null. Message-ID: <20000802163627.25BF237BC20@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000802163627.25BF237BC20>