Skip to content

Commit f5c57b7

Browse files
author
Robert Marsh
committed
C++: fix whitespace
1 parent 919f5c6 commit f5c57b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/dataflow/TaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module TaintTracking {
239239
exists(int argInIndex, FunctionInput inModel |
240240
f.hasDataFlow(inModel, outModel)
241241
|
242-
// Taint flows from a pointer to a dereference, which DataFlow does not handle
242+
// Taint flows from a pointer to a dereference, which DataFlow does not handle
243243
// memcpy(&dest_var, tainted_ptr, len)
244244
inModel.isInParameterPointer(argInIndex) and
245245
exprIn = call.getArgument(argInIndex)

0 commit comments

Comments
 (0)