-
pompolic authored
- Buffer returned by strtok() gets freed up by the next time it's called, so we need to strncpy() the contents out - changed strcpy() to strncpy()
pompolic authored- Buffer returned by strtok() gets freed up by the next time it's called, so we need to strncpy() the contents out - changed strcpy() to strncpy()
Loading