We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eeb5c6 commit 6606b2eCopy full SHA for 6606b2e
cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll
@@ -35,7 +35,8 @@ private class DefaultTaintTrackingCfg extends DataFlow::Configuration {
35
or
36
source.asExpr() instanceof EnvironmentRead
37
38
- source.asInstruction()
+ source
39
+ .asInstruction()
40
.(LoadInstruction)
41
.getSourceAddress()
42
.(VariableAddressInstruction)
0 commit comments