commit | e572e123b55b29527e54ce5f0807f115481d78b9 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Sat Mar 23 21:51:38 2013 +0200 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Sat Mar 23 21:51:38 2013 +0200 |
tree | 3c64b954d1b8bf0b70119596f5cc4dddf19f1b67 | |
parent | b465da5988dd59ad98fda10c2e4ea13d0b9c73bc [diff] |
liblzma: Fix another deadlock in the threaded encoder. This race condition could cause a deadlock if lzma_end() was called before finishing the encoding. This can happen with xz with debugging enabled (non-debugging version doesn't call lzma_end() before exiting).