1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin 976f897bbb liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR.
If lzma_code() returns LZMA_MEMLIMIT_ERROR it is now possible
to use lzma_memlimit_set() to increase the limit and continue
decoding. This was supposed to work from the beginning but
there was a bug. With other decoders (.lzma or threaded .xz)
this already worked correctly.
2022-09-29 16:54:39 +03:00
..
api liblzma: lzma_filters_copy: Keep dest[] unmodified if an error occurs. 2022-09-17 00:22:11 +03:00
check liblzma: Use non-executable stack on FreeBSD as on Linux 2022-07-12 19:30:40 +03:00
common liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR. 2022-09-29 16:54:39 +03:00
delta liblzma: Fix warnings from -Wsign-conversion. 2019-12-31 22:19:18 +02:00
lz liblzma: Refactor lzma_mf_is_supported() to use a switch-statement. 2022-07-25 18:36:49 +03:00
lzma liblzma: Rename a variable and improve a comment. 2022-07-24 11:37:44 +03:00
rangecoder liblzma: Remove incorrect #ifdef from range_common.h. 2018-03-28 19:24:39 +03:00
simple Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 22:41:45 +02:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_generic.map liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-16 19:30:05 +03:00
liblzma_linux.map liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-16 19:30:05 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-16 19:30:05 +03:00
validate_map.sh liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-16 19:30:05 +03:00