RE: [PATCH net-2.6] bridge: fix br_multicast_ipv6_rcv for paged skbs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Winkler, Tomas
Date: Friday, December 31, 2010 - 2:16 pm

> -----Original Message-----

Sounds reasonable but maybe we shall pass offset + sizeof(struct mld_msg) as *icmp6h is casted to this struct mld_mca is accessed.

struct mld_msg {
        struct icmp6hdr         mld_hdr;
        struct in6_addr         mld_mca;
};

Thanks
Tomas


---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RE: [PATCH net-2.6] bridge: fix br_multicast_ipv6_rcv for ..., Stephen Hemminger, (Thu Dec 30, 4:06 pm)
RE: [PATCH net-2.6] bridge: fix br_multicast_ipv6_rcv for ..., Winkler, Tomas, (Fri Dec 31, 2:16 pm)