Re: [PATCH] Fix ppp_deflate issues with recent zlib_inflate changes

2007-05-03 Thread Andrew Morton
On Thu, 03 May 2007 23:18:09 +0100 Richard Purdie <[EMAIL PROTECTED]> wrote: > The last zlib_inflate update broke certain corner cases for ppp_deflate > decompression handling. This patch fixes some logic to make things work > properly again. Users other than ppp_deflate (the only Z_PACKET_FLUSH >

[PATCH] Fix ppp_deflate issues with recent zlib_inflate changes

2007-05-03 Thread Richard Purdie
The last zlib_inflate update broke certain corner cases for ppp_deflate decompression handling. This patch fixes some logic to make things work properly again. Users other than ppp_deflate (the only Z_PACKET_FLUSH user) should be unaffected. Fixes bug 8405 (confirmed by the reporter). Signed-off-