Jai Verma
Results
2
issues of
Jai Verma
I was using the following snippet to run a test, ```c int main(int argc, char *argv[]) { int *tmp = NULL; int x = 2; if (argc > 0) {...
I was trying to get data-flow to a specific argument to a function call. For example, considering the following snippet of code: ```cpp #include #include #include #include int main() {...