fuzzball-muck / fuzzball

Ongoing development of the Fuzzball MUCK server software and associated functionality.
Other
46 stars 26 forks source link

Fix for buffer overflow issue #728 #729

Closed tanabi closed 5 months ago

tanabi commented 5 months ago

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 commented 5 months ago

Great catch and teamwork!