From owner-cvs-all Tue May 21 11: 3:20 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 91E5737B40B; Tue, 21 May 2002 11:03:16 -0700 (PDT) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4LI3GY20224; Tue, 21 May 2002 11:03:16 -0700 (PDT) (envelope-from silby) Message-Id: <200205211803.g4LI3GY20224@freefall.freebsd.org> From: Mike Silbersack Date: Tue, 21 May 2002 11:03:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c X-FreeBSD-CVS-Branch: RELENG_4 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/21 11:03:16 PDT Modified files: (Branch: RELENG_4) sys/kern uipc_socket2.c Log: MFC rev 1.94: 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 Approved by: re Revision Changes Path 1.55.2.15 +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