From: Bart Van Assche
Date: Thu, 21 Mar 2019 15:19:39 -0700
> While inspecting the code of inet6_pton() I found an open-coded strlcpy()
> implementation in that function. The last patch in this series simplifies
> inet6_pton() and the first six patches address the compiler warnings reported
> whe
Hi Dave,
While inspecting the code of inet6_pton() I found an open-coded strlcpy()
implementation in that function. The last patch in this series simplifies
inet6_pton() and the first six patches address the compiler warnings reported
when building the code in net/core with W=1. Please consider th