[PATCH] Re: PPP and shared zlib code in 2.5
Ok, I found it. The problem was in the decompression code. In inflate.c, in the routine zlib_inflate(), it reuses the passed-in "f" parameter as a return value, but the PPP packet compression stuff needs that return value later.
Showing
Please register or sign in to comment