1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 22:38:07 +00:00
Stefan Eßer 5f81babdee Silence a CI warning regarding the use of strcpy().
While this is a false positive (a sufficiently large buffer has been
allocated in the line above), the use of strdup() simplifies and clarifies
the code.

MFC after:	2 weeks
2019-01-22 13:11:15 +00:00
..