We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f23acf + 9df7a7a commit 88c74b2Copy full SHA for 88c74b2
cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll
@@ -275,7 +275,7 @@ private predicate isChiForAllAliasedMemory(Instruction instr) {
275
or
276
isChiForAllAliasedMemory(instr.(ChiInstruction).getTotal())
277
278
- isChiForAllAliasedMemory(instr.(PhiInstruction).getAnInput())
+ isChiForAllAliasedMemory(instr.(PhiInstruction).getAnInputOperand().getAnyDef())
279
}
280
281
private predicate modelTaintToReturnValue(Function f, int parameterIn) {
0 commit comments