From: Alexander Aring Date: Sun, 29 Jun 2014 11:10:18 +0000 (+0200) Subject: ieee802154: reassembly: fix possible buffer overflow X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48bc03433cfdcac7a3bbb233d5c9f95297a0f5ab;p=pandora-kernel.git ieee802154: reassembly: fix possible buffer overflow The max_dsize attribute in ctl_table for lowpan_frags_ns_ctl_table is configured with integer accessing methods. This patch change the max_dsize attribute to int to avoid a possible buffer overflow. Signed-off-by: Alexander Aring Signed-off-by: David S. Miller --- Reading git-diff-tree failed