]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove "emulation" of clone(CLONE_PARENT | CLONE_THREAD).
authorMark Johnston <markj@FreeBSD.org>
Mon, 17 Aug 2020 21:30:49 +0000 (21:30 +0000)
committerMark Johnston <markj@FreeBSD.org>
Mon, 17 Aug 2020 21:30:49 +0000 (21:30 +0000)
commitd9565182fdf343312aade7e1b95bf5f2ba7f89f9
tree7bbb349515d3c3a5ab30183025b61de34074fc40
parent74a796e0fc2b37600a9a6f6bdc0366103e44231b
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