Commits

Ward Fisher committed 45f77090a14
Addressed a handful of minor 'fixed-length buffer overrun' errors identified by Coverity. The fixes involved replacing calls to strcpy, strcat with strncpy, strncat.
Addressed a handful of minor 'fixed-length buffer overrun' errors identified by Coverity. The fixes involved replacing calls to strcpy, strcat with strncpy, strncat.