From: Patrick McHardy Date: Sat, 4 Feb 2006 10:13:57 +0000 (-0800) Subject: [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log X-Git-Tag: v2.6.16-rc3~146^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2ad0f96546d6d56b2665bcc863c33ae57c49c4;p=pandora-kernel.git [NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log The skb allocated is always of size nlbufsize, even if that is smaller than the size needed for the current packet. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed