From: Dan Carpenter Date: Mon, 10 Nov 2014 16:11:21 +0000 (+0100) Subject: netfilter: ipset: small potential read beyond the end of buffer X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~83^2~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2196937e12b1b4ba139806d132647e1651d655df;p=pandora-kernel.git netfilter: ipset: small potential read beyond the end of buffer We could be reading 8 bytes into a 4 byte buffer here. It seems harmless but adding a check is the right thing to do and it silences a static checker warning. Signed-off-by: Dan Carpenter Acked-by: Jozsef Kadlecsik Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed