1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 07:25:31 +00:00
Pedro F. Giffuni d282086dec pppctl88) Avoid strcpy() copies on overlapping string.
This may lead to unpredicatable behaviour on different platforms or C
library implementations. Use an intermediate variable.

Obtained from:	DragonFlyBSD (git a861a526)
2018-01-29 14:23:44 +00:00
..