• E
    rpc: silence coverity false positives · 0634b623
    Eric Blake 提交于
    In virNetServerNew, Coverity didn't realize that srv->mdsnGroupName
    can only be non-NULL if mdsnGroupName was non-NULL.
    
    In virNetServerRun, Coverity didn't realize that the array is non-NULL
    if the array count is non-zero.
    
    * src/rpc/virnetserver.c (virNetServerNew): Use alternate pointer.
    (virNetServerRun): Give coverity a hint.
    0634b623
virnetserver.c 19.9 KB