We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919f5c6 commit f5c57b7Copy full SHA for f5c57b7
cpp/ql/src/semmle/code/cpp/dataflow/TaintTracking.qll
@@ -239,7 +239,7 @@ module TaintTracking {
239
exists(int argInIndex, FunctionInput inModel |
240
f.hasDataFlow(inModel, outModel)
241
|
242
- // Taint flows from a pointer to a dereference, which DataFlow does not handle
+ // Taint flows from a pointer to a dereference, which DataFlow does not handle
243
// memcpy(&dest_var, tainted_ptr, len)
244
inModel.isInParameterPointer(argInIndex) and
245
exprIn = call.getArgument(argInIndex)
0 commit comments