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 <[email protected]>

Acked-by: Andrew Rybchenko <[email protected]>

Reply via email to