Subj : src/doors/clans-src/src/ecomp.c langcomp.c makenpc.c To : Git commit to main/sbbs/master From : Deucе Date : Wed Oct 15 2025 10:13 pm https://gitlab.synchro.net/main/sbbs/-/commit/1bb7e30b72c84f291ad5ae73 Modified Files: src/doors/clans-src/src/ecomp.c langcomp.c makenpc.c Log Message: Fix some memory errors. Definately broken was popssibly looking at the bytes before a string for newlines to strip. Broken depending on implementation was some strcpy() with overlapping buffers... the result is undefined, so who knows? Hopefully this will fix the macOS build. .