mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Fix QLDoc.
This commit is contained in:
@@ -128,7 +128,8 @@ private module SizeBarrier {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `small < large + state` holds if `g` evaluates to `edge`.
|
||||
* Holds if `left < large + state` holds if `g` evaluates to `edge`, where `large` is some
|
||||
* value that is equal to the size argument of an allocation.
|
||||
*/
|
||||
private predicate operandGuardChecks(IRGuardCondition g, Operand left, int state, boolean edge) {
|
||||
exists(DataFlow::Node nLeft, DataFlow::Node nRight, int k |
|
||||
|
||||
Reference in New Issue
Block a user