Python: Call analysis fails in some scenarios #19288
Labels
question
Further information is requested
Content-Length: 232055 | pFad | http://github.com/github/codeql/issues/19288
1AFetched URL: http://github.com/github/codeql/issues/19288
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
While trying to use the 'pointsTo' approach for some basic control-flow-based queries (please let me know if there's a better approach to find 'all statements reachable from a function entry-point'), I've noticed that currently, some calls are incorrectly picked up without any value to point to.
MWE:
Test query:
Every call I've marked here as 'broken' is returned by the query as not having any Value to point to, whereas the other calls are correctly identified and associated with their target.
I am using:
The text was updated successfully, but these errors were encountered: