Re: [Patch] 2.5.70-bk11 zlib merge #4 pure magic

From: Jörn Engel (joern@wohnheim.fh-wedel.de)
Date: Sat Jun 07 2003 - 05:02:17 EST


On Sat, 7 June 2003 19:40:25 +1000, Paul Mackerras wrote:
>
> Your change won't affect PPP, since pppd already refuses to use
> windowBits == 8 (as a workaround for this bug).

Seems like I have misread the ppp code then. In that case, please
remove the ppp part from the previous patch or use this one instead,
Linus.

Jörn

-- 
A defeated army first battles and then seeks victory.
-- Sun Tzu

--- linux-2.5.70-bk11/lib/zlib_deflate/deflate.c~zlib_merge_magic 2003-06-06 20:44:51.000000000 +0200 +++ linux-2.5.70-bk11/lib/zlib_deflate/deflate.c 2003-06-06 22:05:30.000000000 +0200 @@ -216,7 +216,7 @@ windowBits = -windowBits; } if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || - windowBits < 8 || windowBits > 15 || level < 0 || level > 9 || + windowBits < 9 || windowBits > 15 || level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) { return Z_STREAM_ERROR; } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:32 EST