• O
    storage: Fix coverity warning · b8a0103d
    Osier Yang 提交于
    Introduced by commit e0139e30:
    
    1777 	    /* Updating pool metadata */
    
    (40) Event var_deref_op: Dereferencing null pointer "newvol".
         Also see events: [assign_zero]
    
    1778 	    pool->def->allocation += newvol->allocation;
    1779 	    pool->def->available -= newvol->allocation;
    b8a0103d
storage_driver.c 75.3 KB