• P
    leaseshelper: Skip entries missing expiry time on INIT action · 3be8c1f0
    Peter Krempa 提交于
    Coverity pointed out that in other places we always check the return
    value from virJSONValueObjectGetNumberLong() but not in the new addition
    in leaseshelper. To solve the issue and also be more robust in case
    somebody would corrupt the file, skip outputting of the lease entry in
    case the expiry time is missing.
    3be8c1f0
leaseshelper.c 16.7 KB