diff options
author | Jayachandran C <c.jayachandran@gmail.com> | 2006-04-12 00:25:38 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-04-12 00:25:38 (GMT) |
commit | 7ad4d2f6901437ba4717a26d395a73ea362d25c6 (patch) | |
tree | f72f0ef556e201ecb0911c5c2cad03bda2116d4f /lib | |
parent | b8282dcf0417bbc8a0786c129fdff9cc768f8f3c (diff) | |
download | linux-7ad4d2f6901437ba4717a26d395a73ea362d25c6.tar.xz |
[BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.c
Allocate an array of 'struct ebt_chainstack *', the current code allocates
array of 'struct ebt_chainstack'.
akpm: converted to use the
foo = alloc(sizeof(*foo))
form. Which would have prevented this from happening in the first place.
akpm: also removed unneeded typecast.
akpm: what on earth is this code doing anyway? cpu_possible_map can be
sparse..
Signed-off-by: Jayachandran C. <c.jayachandran@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions