From: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Fri, 27 Jun 2003 16:35:24 -0700
Don't think this ever happens today, but if PPP ever gets a
fragmented a skbuff and decides to copy it then bad things will
happen. The following replaces the places that memcpy() with
skb_copy_bits().
Please review carefully before applying, it builds and runs but
can't really force these code path to occur under normal systems
and devices.
It looks ok. But I'll let this one sit over the weekend
before applying so others can test it out.
|