kernel-ark/drivers/net/ehea
Eric Dumazet e5ccd96110 ehea: fix use after free
ehea_start_xmit() dereferences skb after its freeing in ehea_xmit3() to
get vlan tags.

Move the offending block before the potential ehea_xmit3() call.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-27 11:37:33 -07:00
..
ehea_ethtool.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
ehea_hw.h
ehea_main.c ehea: fix use after free 2010-10-27 11:37:33 -07:00
ehea_phyp.c net/ehea: use consistant type 2009-01-06 10:47:16 -08:00
ehea_phyp.h powerpc: Move ehea hcall definitions into hvcall.h 2009-11-24 14:33:03 +11:00
ehea_qmr.c ehea: error handling improvement 2010-04-21 22:32:43 -07:00
ehea_qmr.h ehea: Fix a checksum issue on the receive path 2010-10-13 14:24:59 -07:00
ehea.h ehea: converting msleeps to waitqueue on check_sqs() function 2010-10-05 20:10:55 -07:00
Makefile