diff options
Diffstat (limited to 'lib/Checker/ChrootChecker.cpp')
-rw-r--r-- | lib/Checker/ChrootChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Checker/ChrootChecker.cpp b/lib/Checker/ChrootChecker.cpp index d0ec94be8e..f28ebadb08 100644 --- a/lib/Checker/ChrootChecker.cpp +++ b/lib/Checker/ChrootChecker.cpp @@ -147,7 +147,7 @@ void ChrootChecker::PreVisitCallExpr(CheckerContext &C, const CallExpr *CE) { void* const* k = state->FindGDM(ChrootChecker::getTag()); if (k) if (isRootChanged((intptr_t) *k)) - if (ExplodedNode *N = C.GenerateNode()) { + if (ExplodedNode *N = C.generateNode()) { if (!BT_BreakJail) BT_BreakJail = new BuiltinBug("Break out of jail", "No call of chdir(\"/\") immediately " |