xz/src/liblzma/rangecoder
Lasse Collin 2523c30705 liblzma: Fix uint64_t vs. size_t confusion.
This broke 32-bit builds due to a pointer type mismatch.

This bug was introduced with the output-size-limited encoding
in 625f4c7c99.

Thanks to huangqinjin for the bug report.
2022-02-06 23:19:32 +02:00
..
Makefile.inc Build system fixes 2009-06-30 17:09:57 +03:00
price.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
price_table.c Remove lzma_init() and other init functions from liblzma API. 2008-12-31 00:30:49 +02:00
price_tablegen.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
range_common.h liblzma: Remove incorrect #ifdef from range_common.h. 2018-02-06 18:02:48 +02:00
range_decoder.h liblzma: Check that the first byte of range encoded data is 0x00. 2012-06-28 10:47:49 +03:00
range_encoder.h liblzma: Fix uint64_t vs. size_t confusion. 2022-02-06 23:19:32 +02:00