mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
break if too many iterations
This commit is contained in:
parent
2b1a556e9e
commit
aeb01ba292
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@ namespace Bit.Android
|
||||||
if(i > 100)
|
if(i > 100)
|
||||||
{
|
{
|
||||||
global::Android.Util.Log.Info(BitwardenTag, "Too many child iterations.");
|
global::Android.Util.Log.Info(BitwardenTag, "Too many child iterations.");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if(childNode.GetHashCode() == n.GetHashCode())
|
else if(childNode.GetHashCode() == n.GetHashCode())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue