Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
malloc() call doesn't zero-ed allocated memory, resulting in appending `thePath` to some garbage in strncat(). It's better to use strncpy()
- Loading branch information