-
network: use static memory for net device names · c740c4d4Christian Brauner authored
All network devices can only be of size < IFNAMSIZ. So let's spare the useless heap allocations and use static memory. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
×