commit | ad2ad0f96546d6d56b2665bcc863c33ae57c49c4 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sat Feb 04 02:13:57 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 04 23:51:19 2006 -0800 |
tree | 9c5f6357bd7a0ecb4748acfaf19a04ea3149707b | |
parent | c2db292438c20c3f13db6e5563e0ce5b449bedac [diff] |
[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>