зеркало из https://github.com/mozilla/gecko-dev.git
Bug 721129 - Incorrect BigInteger comparison in JPakeCrypto. r=dchan
This commit is contained in:
Родитель
69a6774d4f
Коммит
e5fb0cf2fd
|
@ -138,7 +138,7 @@ public class JPakeCrypto {
|
|||
|
||||
Log.d(LOG_TAG, "round2 started.");
|
||||
|
||||
if (jp.gx4 == BigInteger.ONE) {
|
||||
if (BigInteger.ONE.compareTo(jp.gx4) == 0) {
|
||||
throw new Gx4IsOneException();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче