Skip to content

Commit 84ed435

Browse files
committed
Step 6
1 parent 3756fa4 commit 84ed435

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

6_memcpy_calls.ql

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
import cpp
12

3+
from FunctionCall fc
4+
where fc.getTarget().getName() = "memcpy"
5+
select fc, "Found call to memcpy"

0 commit comments

Comments
 (0)