Date: Wed, 8 May 2002 19:30:41 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c Message-ID: <200205090230.g492UfZ37959@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/05/08 19:30:41 PDT Modified files: sys/kern sys_generic.c Log: o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is out-of-range, drop the file reference before returning. (This error also exists in the RELENG_4 branch.) o Eliminate the acquisition and release of Giant in readv() now that malloc() and free() are callable without Giant. Revision Changes Path 1.99 +6 -9 src/sys/kern/sys_generic.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?200205090230.g492UfZ37959>