-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0, 6, 7, 8
-
Component/s: security-libs
-
None
-
b91
-
Verified
In DigestMD5Client.java, we just use the return value of a RealmChoiceCallback directly without validating it
negotiatedRealm = realmTokens[ccb.getSelectedIndexes()[0]];
an NPE or ArrayIndexOOBE might be thrown.
negotiatedRealm = realmTokens[ccb.getSelectedIndexes()[0]];
an NPE or ArrayIndexOOBE might be thrown.