LuminariMUD/Luminari-Source

replace unsafe string operations with buffer safe versions

rabidt opened this issue · 0 comments

sprintf -> snprintf
strcpy -> strlcpy
strcat -> strlcat