Skip to content

Commit 09372f5

Browse files
committed
C++: Remove misleading comment.
1 parent 0b35b34 commit 09372f5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ private predicate instructionTaintStep(Instruction i1, Instruction i2) {
303303
)
304304
or
305305
// Flow from input argument to output argument
306-
// TODO: This won't work in practice as long as all aliased memory is tracked
307-
// together in a single virtual variable.
308306
// TODO: Will this work on the test for `TaintedPath.ql`, where the output arg
309307
// is a pointer addition expression?
310308
i2 =

0 commit comments

Comments
 (0)