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

Fix for buffer overflow issue #728 #729

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Conversation

tanabi
Copy link
Collaborator

@tanabi tanabi commented Apr 12, 2024

This resolves #728

This works without an issue with my compiler, which is why I didn't catch it. Since some folks may be already running this version with the password problem, and thus have 128 character instead of 127 character passwords, I made sure the password check mechanism will check based on the length of the hash.

@wyld-sw
Copy link
Member

wyld-sw commented Apr 12, 2024

Great catch and teamwork!

@wyld-sw wyld-sw merged commit b8de02f into fuzzball-muck:master Apr 12, 2024
1 of 17 checks passed
@tanabi tanabi deleted the 728 branch April 12, 2024 19:19
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

Successfully merging this pull request may close these issues.

New password hashing algorhithm causes crash on login
2 participants