Ehsan Mohandesi a29df56eab net: ipv6: router advertisement message length should be within limits
The argument len passed to function process_ra is the length of the IPv6
router advertisement message and needs to be between 0 and MTU because
it is assigned to remaining_option_len and used as a loop variable.

Addresses-Coverity-ID: 450971 ("TAINTED_SCALAR")
Signed-off-by: Ehsan Mohandesi <emohandesi@linux.microsoft.com>
Reviewed-by: Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
2023-07-27 13:39:07 -04:00
..
2023-02-10 07:41:39 -05:00
2023-06-14 15:48:45 -04:00
2020-06-12 13:17:23 -04:00
2022-12-07 16:04:17 -05:00
2023-05-05 17:48:44 -04:00
2023-03-02 17:45:58 -05:00
2023-05-05 17:48:44 -04:00
2019-09-04 11:37:19 -05:00
2022-12-05 12:47:16 -05:00
2020-09-30 16:55:03 -04:00
2018-07-02 14:14:20 -05:00