Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c5242506 authored by Ben Hutchings's avatar Ben Hutchings Committed by Greg Kroah-Hartman
Browse files

r6040: Fix multicast list iteration when hash filter is used

This was fixed in mainline by the interface change made in commit
f9dcbcc9.

After walking the multicast list to set up the hash filter, this
function will walk off the end of the list when filling the
exact-match entries.  This was fixed in mainline by the interface
change made in commit f9dcbcc9

.

Reported-by: default avatar <spamalot@hispeed.ch>
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=15355


Reported-by: default avatarJason Heeris <jason.heeris@gmail.com>
Reference: http://bugs.debian.org/600155


Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1ad2b6fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment