Subj : src/sbbs3/main.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Jan 19 2022 01:31 am https://gitlab.synchro.net/main/sbbs/-/commit/26bc17de8f51f3e34977bd82 Modified Files: src/sbbs3/main.cpp Log Message: Add run-time check for non-terminating/unsafe snprintf() function Only in debug builds. If this check fails, then we may be producing/using potentially un-terminated strings and need to do something about that. By default, xpdev/genwrap.h redefines snprintf() as safe_snprintf(), so this check *should* always succeed. .