On Wed, Nov 13, 2024 at 6:21 PM Kent Overstreet <[email protected]> wrote: > strncpy is correct here, we don't need the output to be nul terminated
If dest is not NULL terminated, then core API recommends using strtomem instead.
On Wed, Nov 13, 2024 at 6:21 PM Kent Overstreet <[email protected]> wrote: > strncpy is correct here, we don't need the output to be nul terminated
If dest is not NULL terminated, then core API recommends using strtomem instead.