diff options
Diffstat (limited to 'clang/lib/Checker/ChrootChecker.cpp')
| -rw-r--r-- | clang/lib/Checker/ChrootChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/ChrootChecker.cpp b/clang/lib/Checker/ChrootChecker.cpp index d0ec94be8eb..f28ebadb08b 100644 --- a/clang/lib/Checker/ChrootChecker.cpp +++ b/clang/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 " |

