diff options
author | David Ahern <dsahern@kernel.org> | 2021-12-31 03:36:33 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-11 17:35:14 +0300 |
commit | 00e8b9f313b2622a4e98e893cf30c27fa201c5e7 (patch) | |
tree | 062c50b4a44fc32ea04a1fd1f154ec4d1c3a7fb2 /include/acpi | |
parent | bb471784ca85be3f962cc7c462c859f6e21f23f8 (diff) | |
download | linux-00e8b9f313b2622a4e98e893cf30c27fa201c5e7.tar.xz |
ipv6: Check attribute length for RTA_GATEWAY in multipath route
commit 4619bcf91399f00a40885100fb61d594d8454033 upstream.
Commit referenced in the Fixes tag used nla_memcpy for RTA_GATEWAY as
does the current nla_get_in6_addr. nla_memcpy protects against accessing
memory greater than what is in the attribute, but there is no check
requiring the attribute to have an IPv6 address. Add it.
Fixes: 51ebd3181572 ("ipv6: add support of equal cost multipath (ECMP)")
Signed-off-by: David Ahern <dsahern@kernel.org>
Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/acpi')
0 files changed, 0 insertions, 0 deletions