I found the bug: in the package iproute2 version 2-4.3, in the file
ip/ipnetns.c, line 175 must read:

c = malloc(sizeof(*c) + strlen(name) + 1);

instead of:

c = malloc(sizeof(*c) + strlen(name));

** Changed in: iproute2 (Ubuntu)
       Status: Expired => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615209

Title:
  ip crashes after a few times adding and removing network namespaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1615209/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to