]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove "emulation" of clone(CLONE_PARENT | CLONE_THREAD).
authormarkj <markj@FreeBSD.org>
Mon, 17 Aug 2020 21:30:49 +0000 (21:30 +0000)
committermarkj <markj@FreeBSD.org>
Mon, 17 Aug 2020 21:30:49 +0000 (21:30 +0000)
commit9fc2a101135102074391b6ff28b825b082410ffa
tree7bbb349515d3c3a5ab30183025b61de34074fc40
parenta9a7211e27bfe2bec89b08899b977a4677728d97
Remove "emulation" of clone(CLONE_PARENT | CLONE_THREAD).

On Linux this is supposed to result in EINVAL.

Reported by: syzkaller
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
sys/compat/linux/linux_fork.c