|
@@ -473,7 +473,7 @@ static ssize_t __iscsi_##prefix##_store_##name( \
|
|
|
if (!capable(CAP_SYS_ADMIN)) \
|
|
|
return -EPERM; \
|
|
|
\
|
|
|
- snprintf(auth->name, PAGE_SIZE, "%s", page); \
|
|
|
+ snprintf(auth->name, sizeof(auth->name), "%s", page); \
|
|
|
if (!strncmp("NULL", auth->name, 4)) \
|
|
|
auth->naf_flags &= ~flags; \
|
|
|
else \
|