My $0.02…I would replace all of the string commands with the “n” version, ie:
strcpy -> strncpy
strcat -> strncat
Better safe than sorry.
My $0.02…I would replace all of the string commands with the “n” version, ie:
strcpy -> strncpy
strcat -> strncat
Better safe than sorry.