• R
    LXC fix virCgroupGetValueStr problem with \n · 41fa653f
    Ryota Ozaki 提交于
    A cgroup file returns integer value terminated with '\n' and remaining
    it has sometimes harmful effects, for example it leads virStrToLong_ull
    to fail.
    * src/util/cgroup.c: strip out terminating \n when reading a value
    41fa653f
cgroup.c 23.1 KB