Date: Tue, 21 May 2002 11:03:16 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c Message-ID: <200205211803.g4LI3GY20224@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205211803.g4LI3GY20224>
