namespace: replace one case of stack allocation with heap allocation
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Mar 2019 15:34:48 +0000 (16:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Mar 2019 18:33:55 +0000 (19:33 +0100)
commit5f7a690aaad5e818e9f1c7b1b18fe52bf22f8898
tree6ec827376542fba6f2c9b23849f3ac8eb4e69f6e
parent60a3e982f44778142b5adce96f2caaa0a11b6d54
namespace: replace one case of stack allocation with heap allocation

The list of mounts might grow quite large, let's avoid the stack for
this. Better safe than sorry.
src/core/namespace.c