• J
    lxc: Resolve Coverity warning · 8134b37d
    John Ferlan 提交于
    Commit 'c8695053' resulted in the following:
    
    Coverity error seen in the output:
        ERROR: REVERSE_INULL
        FUNCTION: lxcProcessAutoDestroy
    
    Due to the 'dom' being checked before 'dom->persistent' since 'dom'
    is already dereferenced prior to that.
    8134b37d
lxc_process.c 44.8 KB