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 4784518 commit 911ba8fCopy full SHA for 911ba8f
c/cert/src/rules/CON30-C/CleanUpThreadSpecificStorage.ql
@@ -24,7 +24,7 @@ import codingstandards.c.cert
24
// we just make sure in one arg version it's wrapped in a call to free.
25
// That IS there is taint from tss_create -> free();
26
27
-from Function f
+from Function f
28
where
29
not isExcluded(f, Concurrency4Package::cleanUpThreadSpecificStorageQuery())
30
and nm
0 commit comments