Subj : src/sbbs3/msg_id.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Sat Apr 01 2023 09:06 pm https://gitlab.synchro.net/main/sbbs/-/commit/f35340ec517c8594433b6bcc Modified Files: src/sbbs3/msg_id.c Log Message: Pass a buffer to smb_faddrtoa(), not thread-safe otherwise smb_faddrtoa() uses a static local buffer if passed NULL and we shouldn't be doing that from multi-threaded callers. .