• J
    Fix coverity-reported leak in virSecurityManagerGenLabel · 66050f0f
    Ján Tomko 提交于
    Coverity complains about a possible leak of seclabel if
    !sec_managers[i]->drv->domainGenSecurityLabel is true
    and the seclabel might be overwritten by the next iteration
    of the loop.
    
    This leak should never happen, because every security driver
    has domainGenSecurityLabel defined.
    66050f0f
security_manager.c 21.6 KB