xz/src
Lasse Collin d0d1c51aea Fix missing initialization in lzma_strm_init().
With bad luck, lzma_code() could return LZMA_BUF_ERROR
when it shouldn't.

This has been here since the early days of liblzma.
It got triggered by the modifications made to the xz
tool in commit 18c10c30d2
but only when decompressing .lzma files. Somehow I managed
to miss testing that with Valgrind earlier.

This fixes <http://bugs.gentoo.org/show_bug.cgi?id=305591>.
Thanks to Rafał Mużyło for helping to debug it on IRC.
2010-03-06 21:17:20 +02:00
..
common Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
liblzma Fix missing initialization in lzma_strm_init(). 2010-03-06 21:17:20 +02:00
lzmainfo Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. 2010-01-27 13:31:03 +02:00
scripts Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
xz Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
xzdec Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
Makefile.am Add lzmainfo for backward compatibility with LZMA Utils. 2009-08-13 12:55:45 +03:00