[PATCH] D14014: Checker of proper vfork usage

Yury Gribov via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 28 04:13:59 PDT 2015


ygribov added a comment.

> > This is a valid concern because it greatly complicates enablement of VforkChecker for a casual user.

> 

> 

> I think at the very least I can check that InsecureAPI is enable and issue a warning to user.


Actually I think that's not a huge problem. InsecureAPI checker would issue a warning but not emit a sink node. So it wouldn't influence VforkChecker at all.


http://reviews.llvm.org/D14014





More information about the cfe-commits mailing list