Instead of using `strncat` and `strncpy` memory (NUL character) safe `sstrcpy` and `sstrcat` should be implemented and used instead.
Instead of using
strncatandstrncpymemory (NUL character) safesstrcpyandsstrcatshould be implemented and used instead.