1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-09 18:25:46 +00:00
Lasse Collin 3bf857edfe 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.
2015-10-12 20:29:09 +03:00
..
2014-11-26 20:12:27 +02:00
2009-11-15 12:40:17 +02:00
2009-12-31 22:45:53 +02:00
2009-09-15 21:07:23 +03:00