Skip to content

Commit 0520fc2

Browse files
authored
Merge pull request github#17583 from jketema/rm-inline
C++: Remove `inline` pragma from sink
2 parents 85cc596 + 0ee1383 commit 0520fc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/lib/semmle/code/cpp/security/flowafterfree/FlowAfterFree.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ module FlowFromFree<FlowFromFreeParamSig P> {
7272

7373
predicate isSource(DataFlow::Node node, FlowState state) { isFree(node, _, state, _) }
7474

75-
pragma[inline]
7675
predicate isSink(DataFlow::Node sink, FlowState state) {
7776
exists(Expr e, DataFlow::Node source, DeallocationExpr dealloc |
7877
P::isSink(sink, e) and

0 commit comments

Comments
 (0)