[analyzer] Add VforkChecker to find unsafe code in vforked process.
This syntactic checker looks for unsafe constructs in vforked process:
function calls (excluding whitelist), memory write and returns.
This was originally motivated by a vfork-related bug in xtables package.
Patch by Yury Gribov.