dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/lib/zlib_inflate
Linus Torvalds c231c7db30 Revert unnecessary zlib_inflate/inftrees.c fix
It turns out that empty distance code tables are not an error, and that
a compressed block with only literals can validly have an empty table
and should not be flagged as a data error.

Some old versions of gzip had problems with this case, but it does not
affect the zlib code in the kernel.

Analysis and explanations thanks to Sergey Vlasov <vsu@altlinux.ru>

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-08-17 13:07:28 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
infblock.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
infblock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
infcodes.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
infcodes.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inffast.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inffast.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inflate.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inflate_syms.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inflate_sync.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inftrees.c Revert unnecessary zlib_inflate/inftrees.c fix 2005-08-17 13:07:28 -07:00
inftrees.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
infutil.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
infutil.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00