]> git.ipfire.org Git - thirdparty/lxc.git/commit
Ensure monitored container name is null terminated
authorMichael Santos <michael.santos@gmail.com>
Wed, 16 Mar 2011 14:05:05 +0000 (10:05 -0400)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 16 Mar 2011 14:16:20 +0000 (15:16 +0100)
commit4b85e81b3d6a9210de09c56224437099abab9eff
tree2104668d4f0612804e8cc4447a205ad2fe297624
parent7be9485c5262f5c30c6c41abd94c4ba13eb0e58f
Ensure monitored container name is null terminated

regexec() expects a null terminated name.

Signed-off-by: Michael Santos <michael.santos@gmail.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/monitor.c