]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit621a19137e5b74af99691d2f182f73cdd4abed12
tree9c5f6357bd7a0ecb4748acfaf19a04ea3149707b
parent1175bd0d7ca64467a02e0a979f74d239f5c908d0
[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