Skip to content

Commit e34b169

Browse files
committed
C++: ArrayAccessProductFlow (revert because product flows cannot be diff-informed)
1 parent f2f16dc commit e34b169

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ module ArraySizeConfig implements ProductFlow::ConfigSig {
5959
)
6060
)
6161
}
62-
63-
predicate observeDiffInformedIncrementalMode() {
64-
any() // TODO: Make sure that the location overrides match the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 81 (/Users/d10c/src/semmle-code/ql/cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql@83:8:83:22), Column 7 does not select a source or sink originating from the flow call on line 81 (/Users/d10c/src/semmle-code/ql/cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql@84:23:84:27)
65-
}
66-
67-
Location getASelectedSinkLocation(DataFlow::Node sink) {
68-
none() // TODO: Make sure that this sink location matches the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 81 (/Users/d10c/src/semmle-code/ql/cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql@83:8:83:22), Column 7 does not select a source or sink originating from the flow call on line 81 (/Users/d10c/src/semmle-code/ql/cpp/ql/src/experimental/Likely Bugs/ArrayAccessProductFlow.ql@84:23:84:27)
69-
}
7062
}
7163

7264
module ArraySizeFlow = ProductFlow::Global<ArraySizeConfig>;

0 commit comments

Comments
 (0)