Speaking of passwords, out of the blue I could no longer open the app that monitors our battery backups — it said our password was too long. (It’s 35 characters.)
I emailed support and, well — I’ll be haunted by that sentence for a while.
@cabel app says <32 and email says it’s max 32. Which is it?
@yertle @cabel char[32] where the 32nd character is a terminator? 😅
char[32]
@mavica_again @yertle @cabel the input buffer was always char[32], and has been silently overflowing. The security update was to check.
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!
@mavica_again @yertle @cabel the input buffer was always char[32], and has been silently overflowing. The security update was to check.