We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c480431 commit 5a7a1dcCopy full SHA for 5a7a1dc
cpp/ql/src/experimental/Best Practices/GuardedFree.ql
@@ -12,6 +12,7 @@
12
*/
13
14
import cpp
15
+import semmle.code.cpp.controlflow.Guards
16
17
class FreeCall extends FunctionCall {
18
FreeCall() { this.getTarget().hasGlobalName("free") }
0 commit comments