• J
    domain_conf: Resolve Coverity REVERSE_INULL · 9ba04dec
    John Ferlan 提交于
    In virDomainActualNetDefFormat() a call to virDomainNetGetActualType(def)
    was made before a check for (!def) a few lines later. This triggered
    Coverity to note the possible NULL deref.  Just moving the initialization
    to after the !def checks resolves the issue
    9ba04dec
domain_conf.c 649.2 KB