Skip to content

Commit 6a8c592

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/FlowSteps.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent d610d72 commit 6a8c592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/FlowSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private import semmle.code.cpp.dataflow.new.DataFlow
1111
* is itself tainted.
1212
*
1313
* For example, if we had a type `struct Container { int field; }`, then by default a tainted
14-
* `Container` and a `Container` with a tainted `Contained` stored in its `field` are distinct.
14+
* `Container` and a `Container` with a tainted `int` stored in its `field` are distinct.
1515
*
1616
* If `any(DataFlow::FieldContent fc | fc.getField().hasQualifiedName("Container", "field"))` was
1717
* included in this type however, then a tainted `Container` would imply that its `field` is also

0 commit comments

Comments
 (0)