• J
    virhook: Resolve Coverity NULL_RETURNS · f7212f6b
    John Ferlan 提交于
    Coverity complains that many other callers to return err from
    virGetLastError() will check if err is not NULL before dereferencing
    it.  Just do the same here for safety.
    f7212f6b
virhook.c 8.3 KB