1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

break if too many iterations

This commit is contained in:
Kyle Spearrin
2018-02-10 09:39:45 -05:00
parent 2b1a556e9e
commit aeb01ba292

View File

@@ -462,6 +462,7 @@ namespace Bit.Android
if(i > 100)
{
global::Android.Util.Log.Info(BitwardenTag, "Too many child iterations.");
break;
}
else if(childNode.GetHashCode() == n.GetHashCode())
{