]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] ppp: Fix ppp_deflate issues with recent zlib_inflate changes
authorRichard Purdie <rpurdie@rpsys.net>
Sun, 6 May 2007 21:51:56 +0000 (14:51 -0700)
committerChris Wright <chrisw@sous-sol.org>
Wed, 23 May 2007 21:32:43 +0000 (14:32 -0700)
commit7e57df063bfa0f14879b88e882bb06939a02d2b6
tree0a53895911ab6c177c00dbb9b91ba5d7806d039e
parente0f06641031cd2e6c84c00146f95341d0826651c
[PATCH] ppp: Fix ppp_deflate issues with recent zlib_inflate changes

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 Stefan)

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Cc: Stefan Wenk <stefan.wenk@gmx.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
lib/zlib_inflate/inflate.c