Skip to content

Commit 67e3ef7

Browse files
committed
C++: Revert the barrier added in github#13623.
1 parent 28a8e48 commit 67e3ef7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cpp/ql/src/Security/CWE/CWE-119/OverrunWriteProductFlow.ql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ module ValidState {
120120

121121
predicate isBarrier(DataFlow::Node node, FlowState state) { none() }
122122

123-
predicate isBarrierOut(DataFlow::Node node) {
124-
node = any(DataFlow::SsaPhiNode phi).getAnInput(true)
125-
}
126-
127123
predicate isAdditionalFlowStep(
128124
DataFlow::Node node1, FlowState state1, DataFlow::Node node2, FlowState state2
129125
) {

0 commit comments

Comments
 (0)