Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > Actually if dmesg will show that there is something in fragments, it > should use pskb_may_pull(). The same bug exist in bridge and vlan, btw, > so it might be a solution to remove bug_on from skb_pull_rcsum() and > instead call may_pull?
That would be too easy :) As was the case here, the data pulled has already been accessed so calling pskb_may_pull in the pulling function is too late. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html