mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
C++: fix whitespace
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user