• M
    cgroup: Replace sscanf with virStrToLong_ll · 73b45bfb
    Matthias Bolte 提交于
    The switch from %lli to %lld in virCgroupGetValueI64 is intended,
    as virCgroupGetValueU64 uses base 10 too, and virCgroupSetValueI64
    uses %lld to format the number to string.
    
    Parsing is stricter now and doesn't accept trailing characters
    after the actual value anymore.
    73b45bfb
cgroup.c 23.2 KB