• J
    security: Remove unnecessary checks for mgr == NULL · 676688b6
    John Ferlan 提交于
    Coverity found the DACGenLabel was checking for mgr == NULL after a
    possible dereference; however, in order to get into the function the
    virSecurityManagerGenLabel would have already dereferenced sec_managers[i]
    so the check was unnecessary. Same check is made in SELinuxGenSecurityLabel.
    676688b6
security_dac.c 31.0 KB