Date: Mon, 20 May 2002 10:34:31 -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: <200205201734.g4KHYVj39058@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205201734.g4KHYVj39058>
