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 5d6c4a6 commit 3a977b8Copy full SHA for 3a977b8
cpp/ql/lib/semmle/code/cpp/security/ProductFlowUtils/ProductFlowUtils.qll
@@ -112,7 +112,7 @@ module SizeBarrier<SizeBarrierInputSig Input> {
112
113
/**
114
* Gets an instruction `instr` that is guarded by a check such as `instr <= small + delta` where
115
- * `small <= _ + k` and `small` is the "small side" of of a relational comparison that checks
+ * `small <= _ + k` and `small` is the "small side" of a relational comparison that checks
116
* whether `small <= size` where `size` is the size of an allocation.
117
*/
118
private Instruction getABarrierInstruction0(int delta, int k) {
0 commit comments