We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added some fuzzing and found that there's various crashing bugs (indexes arrays outside of bounds) e.g with password "".
The text was updated successfully, but these errors were encountered:
Thanks for the report, I'll have a look ASAP.
Sorry, something went wrong.
I fixed the obvious crashes and merged your fuzzing patches. I don't have much time right now but I intend to fixe every crash properly. Thanks !
I'm running a new fuzzing session, but cannot find any new crash (for now). I will close this bug after a few days unless a new crash occurs...
No branches or pull requests
I added some fuzzing and found that there's various crashing bugs (indexes arrays outside of bounds) e.g with password "".
The text was updated successfully, but these errors were encountered: