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 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
..
api Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
check Fix jl -> jb in ASM files. 2010-02-12 12:41:20 +02:00
common Fix missing initialization in lzma_strm_init(). 2010-03-06 21:17:20 +02:00
delta Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
lz Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
lzma Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
subblock Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
liblzma.pc.in Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. 2010-01-27 13:31:03 +02:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Add lzma_physmem(). 2009-11-15 12:40:17 +02:00