Subj : src/sbbs3/main.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Tue May 05 2026 15:55:25 https://gitlab.synchro.net/main/sbbs/-/commit/88889e94e52406ca3ff0b721 Modified Files: src/sbbs3/main.cpp Log Message: node_thread: avoid throttle-loop hang on loginAttempts() failure (CID 645970) loginAttempts() returns long and is documented to return a negative value on failure, but the result was stored in a uint. On -1 the value became UINT_MAX, passed the (> 1) check, and the throttle loop would run ~4 billion mswait() iterations. Match the signed return type and update the matching format specifier and loop counter. --- þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net .