The CFG is not correctly build in the presence of nested subroutine calls

Issue #66 resolved
Michael Eichberg repo owner created an issue

In sun.plugin2.main.server.MozillaPlugin{ private void stopApplet() } (Java 8_Update92)

Problem:

the aibb (BasicBlock(startPC=217, endPC=217)) has different predecessors than the brbb (BasicBlock(startPC=217, endPC=217)):ai:{BasicBlock(startPC=279, endPC=279)} vs. br:{}

Comments (3)

  1. Log in to comment