forked from OSchip/llvm-project
parent
2f554c4c1b
commit
8629c0a4d0
|
@ -47,7 +47,7 @@ void TaintTesterChecker::checkPostStmt(const Expr *E,
|
|||
if (!State)
|
||||
return;
|
||||
|
||||
if (E && State->isTainted(E)) {
|
||||
if (State->isTainted(E)) {
|
||||
if (ExplodedNode *N = C.addTransition()) {
|
||||
initBugType();
|
||||
BugReport *report = new BugReport(*BT, "tainted",N);
|
||||
|
|
Loading…
Reference in New Issue