0fc5c8d netlink integration: ensure that interface name is NULL-terminated

1 file Authored by jhrozek 12 years ago, Committed by sgallagh 12 years ago,
    netlink integration: ensure that interface name is NULL-terminated
    
    In the unlikely case that the interface name was IFNAMSIZ bytes long or
    longer, strncpy wouldn't NULL-terminate the buffer. Copy one byte less
    to ensure the buffer is NULL-terminated.