Date: Fri, 10 Aug 2001 15:14:18 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Message-ID: <200108102214.f7AMEId27214@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/08/10 15:14:18 PDT Modified files: sys/kern vfs_syscalls.c Log: Arbitrarily limit to 64k the number of bytes that can be read at a time using the ogetdirentries() compatibility syscall. This is a hack to ensure that rediculous values don't get passed to MALLOC(). Reviewed by: kris Revision Changes Path 1.197 +4 -1 src/sys/kern/vfs_syscalls.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?200108102214.f7AMEId27214>