Date: Wed, 15 Sep 1999 19:02:16 -0700 (PDT) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c vfs_subr.c src/sys/sys vnode.h Message-ID: <199909160202.TAA48555@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 1999/09/15 19:02:16 PDT Modified files: (Branch: RELENG_3) sys/kern vfs_cache.c vfs_subr.c sys/sys vnode.h Log: Limit aliases to a vnode in the namecache to a sysctl tunable 'vfs.cache.maxaliases' This protects against a DoS via thousands of hardlinks to a file wiring down all kernel memory. Approved by: jkh Revision Changes Path 1.38.2.3 +11 -1 src/sys/kern/vfs_cache.c 1.182.2.3 +2 -1 src/sys/kern/vfs_subr.c 1.80.2.3 +3 -2 src/sys/sys/vnode.h 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?199909160202.TAA48555>