[PATCH] D73629: [analyzer] vfork checker: allow execve after vfork

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 29 11:58:41 PST 2020


xazax.hun added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp:109
       "execvpe",
+      "execve",
       nullptr
----------------
Well, this is not the case now, but I wonder if it would also make sense to sort this list alphabetically. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73629/new/

https://reviews.llvm.org/D73629





More information about the cfe-commits mailing list