summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Lüssing <linus.luessing@c0d3.blue>2020-07-05 22:10:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-22 10:32:46 +0300
commitaef7a9e21aa6fcc11b8e14330e12857d0059716c (patch)
treede3a48a2455d9370dd30fd3506be7fbe85844983 /include
parent587ccf092e28b8130ee30a19da0e37a62fd9594b (diff)
downloadlinux-aef7a9e21aa6fcc11b8e14330e12857d0059716c.tar.xz
bridge: mcast: Fix MLD2 Report IPv6 payload length check
[ Upstream commit 5fc6266af7b427243da24f3443a50cd4584aac06 ] Commit e57f61858b7c ("net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling") introduced a bug in the IPv6 header payload length check which would potentially lead to rejecting a valid MLD2 Report: The check needs to take into account the 2 bytes for the "Number of Sources" field in the "Multicast Address Record" before reading it. And not the size of a pointer to this field. Fixes: e57f61858b7c ("net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling") Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions