• Corey Minyard's avatar
    [PATCH] Re: PPP and shared zlib code in 2.5 · 09c1076e
    Corey Minyard authored
    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.
    09c1076e
inflate.c 9.98 KB