]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 287600,287602: Fixes for fork following tests.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Jan 2018 00:08:13 +0000 (00:08 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Jan 2018 00:08:13 +0000 (00:08 +0000)
commit7c26c582b5f135c50bdb84a61608b1fdc582e657
treecbf0f56c3fc32b714452ed9e3b5edf1a35e19c36
parent15780e55440c99fe1886b0c47905ee9cf6590e6d
MFC 287600,287602: Fixes for fork following tests.

287600:
Properly size the children[] arrays in the follow fork tests.

287602:
Use _exit() instead of exit() in child processes created during tests.

git-svn-id: svn://svn.freebsd.org/base/stable/10@328384 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tests/sys/kern/ptrace_test.c