• E
    build: silence coverity false positive · 32ce66f5
    Eric Blake 提交于
    Coverity couldn't see that priv is NULL on failure.  But on failure,
    we might as well guarantee that callers don't try to free uninitialized
    memory.
    
    * src/remote/remote_driver.c (remoteGenericOpen): Even on failure,
    pass priv back to caller.
    32ce66f5
remote_driver.c 203.3 KB