We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843b72b commit c641a31Copy full SHA for c641a31
1 file changed
cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll
@@ -161,7 +161,7 @@ private predicate nodeIsBarrier(DataFlow::Node node) {
161
162
private predicate nodeIsBarrierIn(DataFlow::Node node) {
163
// don't use dataflow into taint sources, as this leads to duplicate results.
164
- isUserInput(node.asExpr(), _)
+ node = getNodeForSource(any(Expr e))
165
}
166
167
private predicate instructionTaintStep(Instruction i1, Instruction i2) {
0 commit comments