Skip to content

Commit

Permalink
Learning CodeQL-Step 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mainsean435 committed Oct 2, 2021
1 parent a049837 commit 5a1faf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 4_memcpy_definitions.ql
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
import cpp

from Function f
where f.getName()="strlen"
select f,"a function named strlen"


1 comment on commit 5a1faf4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 query changed between a049837 and 5a1faf4 after push to refs/heads/main:

  • 4_memcpy_definitions.ql

Results for 4_memcpy_definitions.ql: incorrect (3 results):

Your query is missing some results and selecting unexpected results
Expected query to produce 3 results

Missing results:

Unexpected results:

Please sign in to comment.