Re: [lxc-devel] [PATCH] lxc.rootfs: support multiple lower layers

2016-01-22 Thread Serge Hallyn
Quoting Christian Brauner (christianvanbrau...@gmail.com): > Do it in a safe way by using strstr() to check for the substring ":/" should > ':' be part of a pathname. This should be a safer implementation than the one > originally suggested in #547. > > Signed-off-by: Christian Brauner

[lxc-devel] [PATCH] lxc.rootfs: support multiple lower layers

2016-01-19 Thread Christian Brauner
Do it in a safe way by using strstr() to check for the substring ":/" should ':' be part of a pathname. This should be a safer implementation than the one originally suggested in #547. Signed-off-by: Christian Brauner --- src/lxc/bdev/lxcoverlay.c | 14