IMSIPseudo.java: return if reading IMSI fails

This commit is contained in:
Oliver Smith 2020-02-24 15:24:43 +01:00
parent 799fe1dd55
commit 89d18bc61e
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ public class IMSIPseudo extends Applet implements ToolkitInterface, ToolkitConst
gsmFile.readBinary((short)0, IMSI, (short)0, (short)9);
} catch (SIMViewException e) {
showError(e.getReason());
return;
}
for (byte i = (byte)0; i < (byte)15; i++) {