Subj : src/sbbs3/getmsg.cpp js_bbs.cpp readmail.cpp readmsgs.cpp sbbs.h write To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Mar 02 2022 06:14 pm https://gitlab.synchro.net/main/sbbs/-/commit/59d20808a7f36e2cb926e400 Modified Files: src/sbbs3/getmsg.cpp js_bbs.cpp readmail.cpp readmsgs.cpp sbbs.h writemsg.cpp src/smblib/smblib.h smbstr.c Log Message: Don't pass smbmsg_t (680 bytes) by value So this started with addressing CID 174264: Big parameter passed by value (PASS_BY_VALUE), but then I fell down the constification rabbit hole. :-) .