mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update cpp/ql/lib/semmle/code/cpp/security/ProductFlowUtils/ProductFlowUtils.qll
Co-authored-by: Idriss Riouak <idrissrio@github.com>
This commit is contained in:
committed by
GitHub
parent
5d6c4a63bb
commit
3a977b86d4
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user