summaryrefslogtreecommitdiff
path: root/super1.c
diff options
context:
space:
mode:
Diffstat (limited to 'super1.c')
-rw-r--r--super1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/super1.c b/super1.c
index f165f59..4da5991 100644
--- a/super1.c
+++ b/super1.c
@@ -848,7 +848,7 @@ static int init_super1(struct supertype *st, mdu_array_info_t *info,
": %s could not allocate superblock\n", __func__);
return 0;
}
- memset(sb, 0, MAX_SB_SIZE);
+ memset(sb, 0, SUPER1_SIZE);
st->sb = sb;
if (info == NULL) {
@@ -883,7 +883,6 @@ static int init_super1(struct supertype *st, mdu_array_info_t *info,
sprintf(defname, "%d", info->md_minor);
name = defname;
}
- memset(sb->set_name, 0, 32);
if (homehost &&
strchr(name, ':')== NULL &&
strlen(homehost)+1+strlen(name) < 32) {