Subj : src/xpdev/gen_defs.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Jan 24 2023 12:44 pm https://gitlab.synchro.net/main/sbbs/-/commit/c0e857c930feb9833d40617f Modified Files: src/xpdev/gen_defs.h Log Message: Make SAFECOPY() even safer by not passing NULL destination to strncpy() This should resolve (new) CID 434884 and 434885. Also, remove the SAFECOPY_USES_SPRINTF check/block - nobody enables this. .