Date: Fri, 2 Jul 2004 07:40:10 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.c Message-ID: <200407020740.i627eA1n015168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2004-07-02 07:40:10 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_usrreq.c
Log:
We allocate an array of pointers to the global file table while
not holding the filelist_lock. This means the filelist can change
size while allocating. Detect this race and retry the allocation.
Revision Changes Path
1.133 +12 -1 src/sys/kern/uipc_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407020740.i627eA1n015168>
