hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/scsi/be2iscsi/be_iscsi.c
....@@ -450,6 +450,10 @@
450450 }
451451
452452 nla_for_each_attr(attrib, data, dt_len, rm_len) {
453
+ /* ignore nla_type as it is never used */
454
+ if (nla_len(attrib) < sizeof(*iface_param))
455
+ return -EINVAL;
456
+
453457 iface_param = nla_data(attrib);
454458
455459 if (iface_param->param_type != ISCSI_NET_PARAM)