]> icculus.org git repositories - icculus/xz.git/commit
Always initialize lz->temp_size in lz_decoder.c. temp_size did
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 10 Mar 2008 11:44:29 +0000 (13:44 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 10 Mar 2008 11:44:29 +0000 (13:44 +0200)
commit596fa1fac72823e4ef5bc26bb53f9090445bf748
tree465dd6ebc85e6fbb82481fe9afaf4d5ac37c9352
parent45e43e169527e7a98a8c8a821d37bf25822b764d
Always initialize lz->temp_size in lz_decoder.c. temp_size did
get initialized as a side-effect after allocating a new decoder,
but not when the decoder was reused.
src/liblzma/lz/lz_decoder.c