Also, yet another bug caused by strncpy. Never use strcpy, strncpy, or strcat. Always use stpcpy, mempcpy, or even just memcpy.
Also, yet another bug caused by strncpy. Never use strcpy, strncpy, or strcat. Always use stpcpy, mempcpy, or even just memcpy.