commit | eea9f73e1ff9b99fbb937d41bb07c5bb2ae9ea2f | [log] [tgz] |
---|---|---|
author | Murali Karicheri <m-karicheri2@ti.com> | Fri Jul 17 10:55:10 2020 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 17 18:54:37 2020 -0700 |
tree | b5fa023619bb3a17ba4b78e53582c0f4f75e1ab1 | |
parent | 6d6148bc78d2f002ecc67b801c5f55a0cc5184c8 [diff] |
net: hsr: validate address B before copying to skb Validate MAC address before copying the same to outgoing frame skb destination address. Since a node can have zero mac address for Link B until a valid frame is received over that link, this fix address the issue of a zero MAC address being in the packet. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>