]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r242137: Iterate rather than use recursion. We can blow out the
authorobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 26 Oct 2012 16:07:53 +0000 (16:07 +0000)
committerobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 26 Oct 2012 16:07:53 +0000 (16:07 +0000)
commitd4f51c912aa084cdc52c636e53640d0158268a1c
tree644ce8cb2c03cf076b51a19991b792376e0a543c
parentca049787a5b01d11777eaf094402cc97587003df
MFC: r242137: Iterate rather than use recursion.  We can blow out the
     kernel stack if there is a long chain of fork(2)s.

git-svn-id: svn://svn.freebsd.org/base/stable/9@242142 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/filemon/filemon_wrapper.c
tools/regression/filemon/Makefile
tools/regression/filemon/timed-forkb.c [new file with mode: 0644]