linux/net/bridge/netfilter
Jayachandran C 7ad4d2f690 [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>
2006-04-11 17:25:38 -07:00
..
Kconfig
Makefile [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG 2006-03-11 18:51:25 -08:00
ebt_802_3.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_among.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_arp.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_arpreply.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_dnat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_ip.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_limit.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_log.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_mark.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_mark_m.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_pkttype.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_redirect.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_snat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_stp.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_ulog.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebt_vlan.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_broute.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_filter.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtable_nat.c [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
ebtables.c [BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.c 2006-04-11 17:25:38 -07:00