You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are also a couple of potential risks in the existing logic:
A potential race condition when checking if the counter was running
There is no limit in the number of gorutines that could be spawned to initialize the counter: holding the enter key over a password entry begins spawning goroutines without control that could result in a crash of the application or even the OS.
The text was updated successfully, but these errors were encountered: