diff --git a/net/ipv4/metrics.c b/net/ipv4/metrics.c index 04311f7067e2e9e3dafb89aa4f8e30dab0fde854..9a6b01d85cd078d16daf538f9b6ccc0a0b334a28 100644 --- a/net/ipv4/metrics.c +++ b/net/ipv4/metrics.c @@ -1,4 +1,5 @@ #include +#include #include #include #include @@ -24,6 +25,7 @@ int ip_metrics_convert(struct net *net, struct nlattr *fc_mx, int fc_mx_len, if (type > RTAX_MAX) return -EINVAL; + type = array_index_nospec(type, RTAX_MAX + 1); if (type == RTAX_CC_ALGO) { char tmp[TCP_CA_NAME_MAX];