Addicted to Arduino Strings - CString Rehab

My $0.02…I would replace all of the string commands with the “n” version, ie:

strcpy -> strncpy
strcat -> strncat

Better safe than sorry.