Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
6527 Possible access beyond end of string in zpool comment
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Gordon Ross <gwr@nexenta.com>
  • Loading branch information
lundman authored and ahrens committed Dec 21, 2015
1 parent 2bad225 commit 2bd7a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/src/uts/common/fs/zfs/spa.c
Expand Up @@ -590,7 +590,6 @@ spa_prop_validate(spa_t *spa, nvlist_t *props)
error = SET_ERROR(EINVAL);
break;
}
check++;
}
if (strlen(strval) > ZPROP_MAX_COMMENT)
error = E2BIG;
Expand Down

0 comments on commit 2bd7a8d

Please sign in to comment.