mirror of https://git.code.sf.net/p/isync/isync
Browse Source
memcpy(3)'s behavior is undefined when source and destination addresses overlap, and it actually crashed on OpenBSD. use memmove() instead.1.2
Dmitrij D. Czarkoff
10 years ago
committed by
Oswald Buddenhagen
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue