soot-oss / soot

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

Avoid NPE casued by PR #1987 #1988

Closed piskachev closed 1 year ago

piskachev commented 1 year ago

This relates to the previous PR #1987.

Returning NULL may cause NPE in later stages. This PR fixes this by returning an empty BitVector.