Subj : src/syncterm/bbslist.c ssh.c To : Git commit to main/sbbs/master From : Deucе Date : Tue Dec 30 2025 05:57 pm https://gitlab.synchro.net/main/sbbs/-/commit/e984c0a99aab88473d786281 Modified Files: src/syncterm/bbslist.c ssh.c Log Message: Tighten up listfile read/write Always fclose() as soon as we can, and don't do the whole open/read/close/open/write/close dance, just open r+b to start. .