interface: allocate and free memory for jail name
authorDaniel Golle <daniel@makrotopia.org>
Mon, 13 Apr 2020 15:24:25 +0000 (16:24 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 13 Apr 2020 16:36:24 +0000 (17:36 +0100)
commitaaaca2e40895775135b13a1992ff139b7610b217
tree7fe8031b4b2103c32ada9d45dc722a034c12ee02
parentdfd0b106f63da5f14c413b483bffd1f09768460e
interface: allocate and free memory for jail name

Memory returned by blogmsg_get_string() is volatile, hence use strdup()
to have a permanent copy of the returned string and free it when no
longer needed.

Fixes: 1321c1b ("add basic support for jail network namespaces")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
interface.c
interface.h