Quoting S.Çağlar Onur (cag...@10ur.org):
> This also fixes possible crashes due to passing NULL to strlen function
>
> Changes since v1;
> * Fixed a typo spotted by Serge
>
> Signed-off-by: S.Çağlar Onur
Thanks.
Acked-by: Serge E. Hallyn
> ---
> src/lxc/conf.c | 28 +++--
This also fixes possible crashes due to passing NULL to strlen function
Changes since v1;
* Fixed a typo spotted by Serge
Signed-off-by: S.Çağlar Onur
---
src/lxc/conf.c | 28 +++-
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/src/lxc/conf.c b/src/lxc/co