We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfe9ae2 + e8db563 commit e48c93aCopy full SHA for e48c93a
1 file changed
cpp/ql/src/Likely Bugs/Format/NonConstantFormat.ql
@@ -120,8 +120,7 @@ pragma[noinline]
120
predicate isSanitizerNode(DataFlow::Node node) {
121
underscoreMacro(node.asExpr())
122
or
123
- not exists(node.asIndirectExpr()) and
124
- not exists(node.asDefiningArgument()) and
+ exists(node.asExpr()) and
125
cannotContainString(node.getType(), false)
126
}
127
0 commit comments