We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3756fa4 commit 84ed435Copy full SHA for 84ed435
6_memcpy_calls.ql
@@ -1 +1,5 @@
1
+import cpp
2
3
+from FunctionCall fc
4
+where fc.getTarget().getName() = "memcpy"
5
+select fc, "Found call to memcpy"
0 commit comments