mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
committed by
GitHub
parent
3bb249f580
commit
bfc494c0e1
@@ -462,7 +462,7 @@ newtype TPosition =
|
||||
TDirectPosition(int argumentIndex) {
|
||||
exists(any(CallInstruction c).getArgument(argumentIndex))
|
||||
or
|
||||
// Handle the rare case where the is a function definition but no call to
|
||||
// Handle the rare case where there is a function definition but no call to
|
||||
// the function.
|
||||
exists(any(Cpp::Function f).getParameter(argumentIndex))
|
||||
} or
|
||||
|
||||
Reference in New Issue
Block a user