diff options
| -rw-r--r-- | drivers/target/iscsi/iscsi_target_configfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/iscsi/iscsi_target_configfs.c b/drivers/target/iscsi/iscsi_target_configfs.c index 88bc805e998f..b41d4786fa08 100644 --- a/drivers/target/iscsi/iscsi_target_configfs.c +++ b/drivers/target/iscsi/iscsi_target_configfs.c | |||
| @@ -1081,7 +1081,7 @@ static ssize_t __iscsi_##prefix##_store_##name( \ | |||
| 1081 | if (!capable(CAP_SYS_ADMIN)) \ | 1081 | if (!capable(CAP_SYS_ADMIN)) \ |
| 1082 | return -EPERM; \ | 1082 | return -EPERM; \ |
| 1083 | \ | 1083 | \ |
| 1084 | snprintf(auth->name, PAGE_SIZE, "%s", page); \ | 1084 | snprintf(auth->name, sizeof(auth->name), "%s", page); \ |
| 1085 | if (!(strncmp("NULL", auth->name, 4))) \ | 1085 | if (!(strncmp("NULL", auth->name, 4))) \ |
| 1086 | auth->naf_flags &= ~flags; \ | 1086 | auth->naf_flags &= ~flags; \ |
| 1087 | else \ | 1087 | else \ |
