Home
last modified time | relevance | path

Searched refs:IsSetuidWithGetuid (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSetgidSetuidOrderChecker.cpp123 bool IsSetuidWithGetuid = isFunctionCalledInArg(GetuidDesc, Call); in processSetuid() local
124 if (State->get<LastSetPrivilegeCall>() != Setgid && IsSetuidWithGetuid) { in processSetuid()