As one of the reviewers of our paper pointed out, there could be cycles in the callgraph, in which case certain functions will be tested multiple times.
This results in "duplicates" in the output.
An obvious solution would be to use a set for storing the results.
As one of the reviewers of our paper pointed out, there could be cycles in the callgraph, in which case certain functions will be tested multiple times.
This results in "duplicates" in the output.
An obvious solution would be to use a set for storing the results.