summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-09-19 15:17:05 +0200
committerFlorian Westphal <fw@strlen.de>2018-09-24 11:49:58 +0200
commitd95c1e8b65c4ec66b8fcd2f7ede257853a888750 (patch)
treecc4b6b527c3b413931ab02b68c94517f1428d06b /COPYING
parent7e50ebabbf9c3a5eeb9511d9f32c6104b56da5cd (diff)
libxtables: Use posix_spawn() instead of vfork()
According to covscan, vfork() may lead to a deadlock in the parent process. It suggests to use posix_spawn() instead. Since the latter combines vfork() and exec() calls, use it for xtables_insmod(). Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions