Re: [PATCH 2.6.21.3] ppp_mppe: account for osize too small errors in mppe_decompress()

2007-06-19 Thread Konstantin
Thanks for pointing this out. It seems that we would need to allocate this extra byte somewhere in kernel ppp code. However, I am not very familiar with that part of the code yet, and I'll appreciate any help with finding parts of code where obuffer for mppe_decompress is allocated. On 6/20/07,

Re: [PATCH 2.6.21.3] ppp_mppe: account for osize too small errors in mppe_decompress()

2007-06-19 Thread Sergey Vlasov
On Tue, 05 Jun 2007 22:23:02 +1100 Konstantin Sharlaimov wrote: > Prevent mppe_decompress() from generating "osize too small" errors when > checking > for output buffer size. When receiving a packet of mru size the output buffer > for decrypted data is 1 byte too small since mppe_decompress() tri