[PATCH] D48451: [sanitizers_common] when spawning a subprocess for symbolizers, use posix_spawn instead of fork()
Alex Gaynor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 22 08:45:09 PDT 2018
alex added a comment.
Good call actually checking the manpage... both `dup2` and `close` seem to work perfectly fine in the child after `vfork`. I'll update the patch accordingly.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48451
More information about the llvm-commits
mailing list