RE: [PATCH 2.6-BK] Fix stray pointer in e100

From: Feldman, Scott
Date: Fri Mar 12 2004 - 18:24:38 EST


> e100_alloc_cbs() allocates the cb's but does not set cb->skb
> = NULL which means that the following check in
> e100_tx_clean() will execute even though cb->skb is not
> really a valid pointer an we OOPs:

Thanks Deepak. I found one other place where we need to set
cb->skb=NULL. Patch sent to Jeff upstream.

-scott
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/