зеркало из https://github.com/github/codeql.git
C++: Change definition of isChiForAllAliasedMemory to recurse through inexact PhiInstructions
This commit is contained in:
Родитель
db33c360bc
Коммит
d942a3b54a
|
@ -275,7 +275,7 @@ private predicate isChiForAllAliasedMemory(Instruction instr) {
|
|||
or
|
||||
isChiForAllAliasedMemory(instr.(ChiInstruction).getTotal())
|
||||
or
|
||||
isChiForAllAliasedMemory(instr.(PhiInstruction).getAnInput())
|
||||
isChiForAllAliasedMemory(instr.(PhiInstruction).getAnInputOperand().getAnyDef() )
|
||||
}
|
||||
|
||||
private predicate modelTaintToReturnValue(Function f, int parameterIn) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче