Skip to content

Commit

Permalink
step 7
Browse files Browse the repository at this point in the history
  • Loading branch information
joansivion committed Mar 15, 2021
1 parent 8a07a71 commit 49f5636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 7_macro_invocations.ql
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import cpp

from MacroAccess call
where call.getParentInvocation().getMacroName() in["ntohl", "ntohs","ntohll"]
select call

1 comment on commit 49f5636

@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 8a07a71 and 49f5636 after push to refs/heads/main:

  • 7_macro_invocations.ql

Results for 7_macro_invocations.ql: incorrect (101 results):

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

Missing results (first 10 only):

Unexpected results (first 10 only):

Please sign in to comment.