From owner-cvs-all Mon May 20 10:35:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FA4237B877; Mon, 20 May 2002 10:34:31 -0700 (PDT) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4KHYVj39058; Mon, 20 May 2002 10:34:31 -0700 (PDT) (envelope-from silby) Message-Id: <200205201734.g4KHYVj39058@freefall.freebsd.org> From: Mike Silbersack Date: Mon, 20 May 2002 10:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/05/20 10:34:31 PDT Modified files: sys/kern uipc_socket2.c Log: Subtle fix to the accept filter LRU code. In some cases, a newly initialized socket with no qlimit was being passed in. In order to handle this case properly, we must not use >= when comparing queue sizes to qlimit. As a result of this improper handling, a panic could result in certain cases. PR: 38325 MFC after: 3 days Revision Changes Path 1.94 +1 -1 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message