micropython/extmod/uzlib
Paul Sokolovsky 39968aaaff extmod/uzlib: Update to upstream v2.1.
Adds check that LZ offsets fall into the sliding dictionary used. This
catches a case when uzlib.DecompIO with a smaller dictionary is used
to decompress data which was compressed with a larger dictionary.
Previously, this would lead to producing invalid data or crash, now
an exception will be thrown.
2016-10-11 07:13:23 +03:00
..
adler32.c
crc32.c
tinf.h extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
tinfgzip.c
tinflate.c extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
tinfzlib.c