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 aa1dc7e commit c4a5084Copy full SHA for c4a5084
c/cert/src/rules/CON30-C/CleanUpThreadSpecificStorage.ql
@@ -18,10 +18,6 @@ import codingstandards.cpp.Concurrency
18
import semmle.code.cpp.dataflow.TaintTracking
19
import semmle.code.cpp.dataflow.DataFlow
20
21
-class FreeFunctionCall extends FunctionCall {
22
- FreeFunctionCall() { getTarget().getName() = "free" }
23
-}
24
-
25
class TssCreateToTssDeleteDataFlowConfiguration extends DataFlow::Configuration {
26
TssCreateToTssDeleteDataFlowConfiguration() { this = "TssCreateToTssDeleteDataFlowConfiguration" }
27
0 commit comments