• J
    storage_driver: Resolve Coverity REVERSE_INULL · bab35f74
    John Ferlan 提交于
    There were two occurrances of attempting to initialize actualType by
    calling virStorageSourceGetActualType(src) prior to a check if (!src)
    resulting in Coverity complaining about the possible NULL dereference
    in virStorageSourceGetActualType() of src.
    
    Resolve by moving the actualType setting until after checking !src
    bab35f74
storage_driver.c 87.6 KB