Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clipboard countdown bug(s) #28

Open
lcmaqueda opened this issue Nov 19, 2016 · 1 comment
Open

Clipboard countdown bug(s) #28

lcmaqueda opened this issue Nov 19, 2016 · 1 comment

Comments

@lcmaqueda
Copy link
Collaborator

  • The clipboard-clear countdown is started when selecting an entry, even if OS dialog for unlocking the key is canceled.
  • The clipboard countdown is not restarted if a new entry is selected.
@lcmaqueda
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant