[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log
authorPatrick McHardy <kaber@trash.net>
Sat, 4 Feb 2006 10:13:57 +0000 (02:13 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 5 Feb 2006 07:51:19 +0000 (23:51 -0800)
commitad2ad0f96546d6d56b2665bcc863c33ae57c49c4
tree9c5f6357bd7a0ecb4748acfaf19a04ea3149707b
parentc2db292438c20c3f13db6e5563e0ce5b449bedac
[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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/netfilter/ebt_ulog.c
net/ipv4/netfilter/ipt_ULOG.c
net/netfilter/nfnetlink_log.c