[lxc-devel] [PATCH] Fix strlen on non-null terminated buffer

Christian Brauner christianvanbrauner at gmail.com
Mon Sep 7 18:38:50 UTC 2015


strlen() was used a non-null terminated buffer. Use strnlen instead.

Christian Brauner (1):
  Fix strlen on non-null terminated buffer     strlen() becomes
    strnlen()

 src/lxc/lxccontainer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.5.1



More information about the lxc-devel mailing list