xz/src
Lasse Collin d74377e62b liblzma: Fix a memory leak in error path of lzma_index_dup().
lzma_index_dup() calls index_dup_stream() which, in case of
an error, calls index_stream_end() to free memory allocated
by index_stream_init(). However, it illogically didn't
actually free the memory. To make it logical, the tree
handling code was modified a bit in addition to changing
index_stream_end().

Thanks to Evan Nemerson for the bug report.
2016-12-26 17:57:51 +02:00
..
common tuklib_cpucores: Add support for sched_getaffinity(). 2016-12-26 17:24:09 +02:00
liblzma liblzma: Fix a memory leak in error path of lzma_index_dup(). 2016-12-26 17:57:51 +02:00
lzmainfo Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00
scripts xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp. 2015-02-09 22:08:37 +02:00
xz xz: Fix copying of timestamps on Windows. 2016-06-30 21:00:49 +03:00
xzdec Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00