Date: Fri, 14 Sep 2012 09:49:45 +0200 From: Erik Cederstrand <erik@cederstrand.dk> To: "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org> Subject: Change vfork() to posix_spawn()? Message-ID: <035514CA-81D6-407F-A2C1-51A9FB0E3A74@cederstrand.dk>
index | next in thread | raw e-mail
Hello hackers, I'm looking through the Clang Analyzer scans on http://scan.freebsd.your.org/freebsd-head looking for false positives to report back to LLVM. There are quite a list of reports suggesting to change vfork() calls to posix_spawn(). Example from /bin/rpc: http://scan.freebsd.your.org/freebsd-head/bin.rcp/2012-09-12-amd64/report-nsOV80.html#EndPath I know nothing about this but I can see fork and posix_spawn have been discussed on this list previously. Is this a legitimate warning (in this case and in general in FreeBSD base)? Thanks, Erikhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?035514CA-81D6-407F-A2C1-51A9FB0E3A74>
