What does the plus symbol do here? #8927
CaledoniaProject
started this conversation in
General
Replies: 3 comments 10 replies
|
The You can read about transitive closures here: https://codeql.github.com/docs/ql-language-reference/recursion/#transitive-closures |
0 replies
|
How can I do this in C++? I'm just trying to find calls from main() to system(): |
1 reply
|
It does not work with this cpp file: test.txt I'm just trying to find all calls to system() initiated from main(), the query should find 3 call paths, but it didn't find any. |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I found a query online and it does a
edges+query:What does the
+symbol do here?All reactions