On 3/1/19 1:47 AM, Stephen Hemminger wrote:
The set_port_owner was copying a string between structures of the
same type, therefore the name could never be truncated (unless source
string was not null terminated).  Use strlcpy which does it better.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>

Acked-by: Andrew Rybchenko <arybche...@solarflare.com>

Reply via email to