soot-oss / soot

Soot - A Java optimization framework
GNU Lesser General Public License v2.1
2.88k stars 708 forks source link

Fix a bug in getFirstNonIdentityStmt which may return an identity stmt #1947

Closed MarcMil closed 1 year ago

MarcMil commented 1 year ago

If there are only identity statements, the method's implementation happily returned an identity statement, causing all kinds of funny behavior.