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 extmod/uzlib/: Update uzlib to v2.0.2. 2016-08-17 14:47:30 +03:00
crc32.c extmod/uzlib/: Update uzlib to v2.0.2. 2016-08-17 14:47:30 +03:00
tinf.h extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
tinfgzip.c extmod/uzlib/: Update uzlib to v2.0.3. 2016-09-24 16:07:18 +03:00
tinflate.c extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
tinfzlib.c extmod/uzlib/: Update uzlib to v2.0. 2016-08-17 06:06:33 +03:00