C++: Fix a few qualifiers.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-02-27 12:08:58 +00:00
parent cdb41588a9
commit 26e8701ae3
3 changed files with 6 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ predicate modeledTaintStep(DataFlow::Node nodeIn, DataFlow::Node nodeOut, string
// Taint flow from a pointer argument to an output, when the model specifies flow from the deref
// to that output, but the deref is not modeled in the IR for the caller.
exists(
CallInstruction call, DataFlow::SideEffectOperandNode indirectArgument, Function func,
CallInstruction call, SideEffectOperandNode indirectArgument, Function func,
FunctionInput modelIn, FunctionOutput modelOut
|
indirectArgument = callInput(call, modelIn) and