Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpftool: Replace strncpy with strscpy
strncpy() is deprecated for NUL-terminated destination buffers. Use strscpy() instead and remove the manual NUL-termination. Compile-tested only. Link: KSPP/linux#90 Signed-off-by: Michael Estner <michaelestner@web.de>
- Loading branch information