Date: Wed, 2 Oct 2002 21:32:48 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make main.c Message-ID: <200210030432.g934WmrJ022057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/10/02 21:32:47 PDT Modified files: usr.bin/make main.c Log: In lieu of a good way to prevent every possible looping in make(1), stop there from being more than 500 processes forked by make(1), to prevent a forkbomb from happening, in a dumb and mechanical way. PR: alane Submitted by: bin/42772 MFC after: 2 weeks Revision Changes Path 1.74 +21 -0 src/usr.bin/make/main.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?200210030432.g934WmrJ022057>