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:
@@ -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())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user