We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c62756 commit bdbd903Copy full SHA for bdbd903
soot-infoflow/src/soot/jimple/infoflow/sourcesSinks/manager/BaseSourceSinkManager.java
@@ -333,7 +333,7 @@ protected Collection<ISourceSinkDefinition> getInverseSourceDefinition(Stmt sCal
333
334
// Only difference to getSource
335
if (!SystemClassHandler.v().isTaintVisible(ap, callee))
336
- return null;
+ return Collections.emptySet();
337
338
Collection<ISourceSinkDefinition> defs = getSourceDefinition(callee);
339
if (defs.size() > 0)
0 commit comments