Update cpp/ql/lib/semmle/code/cpp/security/ProductFlowUtils/ProductFlowUtils.qll

Co-authored-by: Idriss Riouak <idrissrio@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2025-07-23 12:27:38 +01:00
committed by GitHub
parent 5d6c4a63bb
commit 3a977b86d4

View File

@@ -112,7 +112,7 @@ module SizeBarrier<SizeBarrierInputSig Input> {
/**
* Gets an instruction `instr` that is guarded by a check such as `instr <= small + delta` where
* `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
* whether `small <= size` where `size` is the size of an allocation.
*/
private Instruction getABarrierInstruction0(int delta, int k) {