C++: fix whitespace

This commit is contained in:
Robert Marsh
2019-04-25 16:16:27 -07:00
parent 919f5c616f
commit f5c57b77e6

View File

@@ -239,7 +239,7 @@ module TaintTracking {
exists(int argInIndex, FunctionInput inModel |
f.hasDataFlow(inModel, outModel)
|
// 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
// memcpy(&dest_var, tainted_ptr, len)
inModel.isInParameterPointer(argInIndex) and
exprIn = call.getArgument(argInIndex)