Date: Tue, 1 Jan 2002 23:04:38 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c Message-ID: <200201020704.g0274c150121@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/01/01 23:04:38 PST Modified files: sys/kern vfs_aio.c Log: o Properly check the file descriptor passed to aio_cancel(2). (Previously, no out-of-bounds check was performed on the file descriptor.) o Eliminate some excessive white space from aio_cancel(2). Revision Changes Path 1.107 +3 -14 src/sys/kern/vfs_aio.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?200201020704.g0274c150121>