From: Konstantin Sharlaimov Date: Tue, 21 Aug 2007 07:12:44 +0000 (-0700) Subject: [PPP]: Fix output buffer size in ppp_decompress_frame(). X-Git-Tag: v2.6.23-rc4~92^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c7af563d925d04961ce70cd9154fad8e2750c8;p=pandora-kernel.git [PPP]: Fix output buffer size in ppp_decompress_frame(). 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. -------------------- As pointed out by Suresh Mahalingam, the issue addressed by ppp-fix-osize-too-small-errors-when-decoding patch is not fully resolved yet. The size of allocated output buffer is correct, however it size passed to ppp->rcomp->decompress in ppp_generic.c if wrong. The patch fixes that. -------------------- Signed-off-by: Konstantin Sharlaimov Signed-off-by: David S. Miller --- Reading git-diff-tree failed