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.
2 parents c922c11 + 495c16a commit ab8b345Copy full SHA for ab8b345
soot-infoflow/src/soot/jimple/infoflow/AbstractInfoflow.java
@@ -540,7 +540,7 @@ private void patchDynamicInvokeInstructions() {
540
if (sm.hasActiveBody()) {
541
Body body = sm.getActiveBody();
542
patchDynamicInvokeInstructions(body);
543
- } else if (!(sm.getSource() instanceof MethodSourceInjector)) {
+ } else if (!(sm.getSource() instanceof MethodSourceInjector) && sm.getSource() != null) {
544
sm.setSource(new MethodSourceInjector(sm.getSource()) {
545
546
@Override
0 commit comments