Hi,
I posted this to linux-net and didn't get a reply so I am posting it
here. Please cc any replies.
The attached patch fixes the breakage caused by the recent skb_padto
security fixes. It applies to both 2.4.21 and 2.5.72 (with a little
fuzz). I have tested it on 2.4.21 but not on 2.5.
If it looks ok can it be included in 2.4 and 2.5?
Regards,
Shane
On Mer, 2003-06-18 at 23:28, Shane Shrybman wrote:
> Hi,
>
> I posted this to linux-net and didn't get a reply so I am posting it
> here. Please cc any replies.
Cleaner is to set buf->len = ETH_ZLEN for the padto path IMHO, that
keeps the old horrible length compute stuff dead
Hi,
On Sat, 2003-06-21 at 08:46, Alan Cox wrote:
[..SNIP..]
>
> Cleaner is to set buf->len = ETH_ZLEN for the padto path IMHO, that
> keeps the old horrible length compute stuff dead
>
Attached is a better patch that also removes a duplicate comment. I have
tested it on 2.4 but it applies to 2.5 as well (with offset).
Regards,
Shane