Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid strcpy of overlapping strings.
The source and destination for strcpy must not overlap, and failure to ensure that's true causes a crash on OS X. memmove does not have such a restriction.
- Loading branch information