micropython/extmod/uzlib
Damien George 5936168150 extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls.
The order of function calls in an arithmetic expression is undefined and so
they must be written out as sequential statements.

Thanks to @dv-extrarius for reporting this issue, see issue #3690.
2018-05-02 23:16:22 +10: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: Fix C-language sequencing error with uzlib_get_byte calls. 2018-05-02 23:16:22 +10:00
tinfzlib.c extmod/uzlib/: Update uzlib to v2.0. 2016-08-17 06:06:33 +03:00