![]() | |||||||||||||
Messages in this thread Patch in this message |
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/
| ||||||||||||
| Last update: 2005-03-22 13:36 [from the cache] ©2003-2008 | |||||||||||||