From: Michael Buesch <mb@xxxxxxxxx> Date: Tue, 25 Sep 2007 23:25:02 +0200 > Yeah, well. But how can this happen? Someone assigning to skb->len? > zd1211 doesn't do this. > Any slight idea which (kind of) code could trigger this? Anything which modifies skb->truesize directly would be suspect. Most modifications of skb->len go through the standard interfaces like skb_put(), skb_pull() etc. and those assert whether we go over and under the limits. Therefore something that modifies skb->len directly would be suspect as well. - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html