mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
Fix coverity defects: CID 147565-147567
coverity scan CID:147567, Type:dereference null return value coverity scan CID:147566, Type:dereference null return value coverity scan CID:147565, Type:dereference null return value Reviewed by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: cao.xuewen <cao.xuewen@zte.com.cn> Closes #5166
This commit is contained in:
@@ -270,6 +270,7 @@ spa_config_sync(spa_t *target, boolean_t removing, boolean_t postsysevent)
|
||||
mutex_enter(&spa->spa_props_lock);
|
||||
tdp = list_head(&spa->spa_config_list);
|
||||
if (spa->spa_config == NULL ||
|
||||
tdp == NULL ||
|
||||
tdp->scd_path == NULL ||
|
||||
strcmp(tdp->scd_path, dp->scd_path) != 0) {
|
||||
mutex_exit(&spa->spa_props_lock);
|
||||
|
||||
Reference in New Issue
Block a user