chiark / gitweb /
nspawn: fix truncation of machine names in interface names
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 3 Aug 2014 05:28:21 +0000 (01:28 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 3 Aug 2014 05:29:51 +0000 (01:29 -0400)
commit4212a3375e03fd12cb407b34cab59dbe4ed9f4eb
treeda931b87386eda2f71cf99afa5fc38f0c5d19a28
parent9a6f36c08f1ff93ff861e6371e081122a564c900
nspawn: fix truncation of machine names in interface names

Based on patch by Michael Marineau <michael.marineau@coreos.com>:

When deriving the network interface name from machine name strncpy was
not properly null terminating the string and the maximum string size as
returned by strlen() is actually IFNAMSIZ-1, not IFNAMSIZ.
src/nspawn/nspawn.c