diff options
author | Phil Sutter <phil@nwl.cc> | 2018-09-19 15:17:05 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-09-24 11:49:58 +0200 |
commit | d95c1e8b65c4ec66b8fcd2f7ede257853a888750 (patch) | |
tree | cc4b6b527c3b413931ab02b68c94517f1428d06b /extensions/libxt_standard.c | |
parent | 7e50ebabbf9c3a5eeb9511d9f32c6104b56da5cd (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 'extensions/libxt_standard.c')
0 files changed, 0 insertions, 0 deletions