Date: Wed, 6 Mar 2002 20:50:36 -0800 (PST) From: Mike Silbersack <silby@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_param.c Message-ID: <200203070450.g274oaM37949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2002/03/06 20:50:36 PST Modified files: sys/kern subr_param.c Log: Unconditionally limit maxproc so that it is not possible to exhaust all kmaps. The only reward for setting maxproc to a value which will cause kmap exhaustion is a panic during a forkbomb attack. MFC after: 3 days Revision Changes Path 1.53 +6 -0 src/sys/kern/subr_param.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?200203070450.g274oaM37949>