Hi Wolf-Bastien,

I sent my patchset yesterday to the netdev mailing list and it was
merged into net-next today. Given that you patch was based on one of my
changes, I added it to the corresponding patch. I hope you don't mind.

Here is the link to the patch where I incorporated your fix:
http://marc.info/?l=linux-netdev&m=136427109431193&w=2

Thank you a lot for your patch, without it, it would probably have gone
unnoticed for quite some time.

Regards,
        Tony


Le Fri, 8 Mar 2013 13:18:14 +0100,
Wolf-Bastian Pöttner <poett...@ibr.cs.tu-bs.de> a écrit :

> 
> offset has to be initialized, otherwise the *first* fragment will
> be discarded and reassembly cannot happen.
> ---
> net/ieee802154/6lowpan.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c
> index ed3debe..2db7261 100644
> --- a/net/ieee802154/6lowpan.c
> +++ b/net/ieee802154/6lowpan.c
> @@ -745,7 +745,7 @@ lowpan_process_data(struct sk_buff *skb)
>       {
>               struct lowpan_fragment *frame;
>               /* slen stores the rightmost 8 bits of the 11 bits
> length */
> -             u8 slen, offset;
> +             u8 slen, offset = 0;
>               u16 len, tag;
>               bool found = false;
> 

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to