mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
C++: Update QLDoc.
This commit is contained in:
@@ -94,8 +94,9 @@ module FlowFromFree<isSinkSig/2 isASink, isExcludedSig/2 isExcluded> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds if `n` is a dataflow node such that `n.asExpr() = e` and `e`
|
* Holds if `n` is a dataflow node that represents the pointer passed to
|
||||||
* is being freed by a deallocation expression `dealloc`.
|
* `dealloc` after the call returns (i.e., the post-update node associated with
|
||||||
|
* the argument to `dealloc`).
|
||||||
*/
|
*/
|
||||||
predicate isFree(DataFlow::Node n, Expr e, DeallocationExpr dealloc) {
|
predicate isFree(DataFlow::Node n, Expr e, DeallocationExpr dealloc) {
|
||||||
exists(Expr conv |
|
exists(Expr conv |
|
||||||
|
|||||||
Reference in New Issue
Block a user