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.
1 parent 38bd893 commit 7048190Copy full SHA for 7048190
cpp/ql/src/Security/CWE/CWE-120/UnboundedWrite.ql
@@ -89,7 +89,7 @@ module Config implements DataFlow::ConfigSig {
89
predicate isBarrierOut(DataFlow::Node node) { isSink(node) }
90
91
predicate isBarrier(DataFlow::Node node) {
92
- // Block flow is the node is guarded by any <, <= or = operations.
+ // Block flow if the node is guarded by any <, <= or = operations.
93
node = DataFlow::BarrierGuard<lessThanOrEqual/3>::getABarrierNode()
94
}
95
0 commit comments