Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc 9.1.1 warns about strncpy() which can lead to a missing null at the end of the destination. Let's use strlcpy(), which doesn't have this problem. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20190519122628.6226-2-nyh@scylladb.com>
- Loading branch information