Re: [PATCH 2.6.22.3] ppp: fix output buffer size in ppp_decompress_frame

2007-08-21 Thread David Miller
From: Konstantin Sharlaimov <[EMAIL PROTECTED]> Date: Fri, 17 Aug 2007 20:45:51 +1100 > This patch addresses the issue with "osize too small" errors in mppe > encryption. > The patch fixes the issue with wrong output buffer size being passed to ppp > decompression routine. > > Signed-off-by:

Re: [PATCH 2.6.22.3] ppp: fix output buffer size in ppp_decompress_frame

2007-08-21 Thread David Miller
From: Konstantin Sharlaimov [EMAIL PROTECTED] Date: Fri, 17 Aug 2007 20:45:51 +1100 This patch addresses the issue with osize too small errors in mppe encryption. The patch fixes the issue with wrong output buffer size being passed to ppp decompression routine. Signed-off-by: Konstantin

[PATCH 2.6.22.3] ppp: fix output buffer size in ppp_decompress_frame

2007-08-17 Thread Konstantin Sharlaimov
This patch addresses the issue with "osize too small" errors in mppe encryption. The patch fixes the issue with wrong output buffer size being passed to ppp decompression routine. Signed-off-by: Konstantin Sharlaimov <[EMAIL PROTECTED]> --- As pointed out by Suresh Mahalingam, the issue addressed

[PATCH 2.6.22.3] ppp: fix output buffer size in ppp_decompress_frame

2007-08-17 Thread Konstantin Sharlaimov
This patch addresses the issue with osize too small errors in mppe encryption. The patch fixes the issue with wrong output buffer size being passed to ppp decompression routine. Signed-off-by: Konstantin Sharlaimov [EMAIL PROTECTED] --- As pointed out by Suresh Mahalingam, the issue addressed by