HomeFreeBSD

Silence a CI warning regarding the use of strcpy().

Description

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

Details

Provenance
seAuthored on
Parents
rS343302: Remove unused *_sysinit_flags() declarations.
Branches
Unknown
Tags
Unknown