From: alex.bluesman.smirnov@gmail.com Date: Tue, 10 Jul 2012 21:22:47 +0000 (+0000) Subject: 6lowpan: fix tag variable size X-Git-Tag: v3.6-rc1~125^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbee2effcbce55440accb0a1dd315562875efa2;p=pandora-kernel.git 6lowpan: fix tag variable size Function lowpan_alloc_new_frame() takes u8 tag as an argument. However, its only caller, lowpan_process_data() passes down a u16. Hence, the tag value can get corrupted. This prevent 6lowpan fragment reassembly of a message when the fragment tag value is over 256. Signed-off-by: Alexander Smirnov Cc: Tony Cheneau Signed-off-by: David S. Miller --- Reading git-diff-tree failed