| Index: src/liblzma/common/auto_decoder.c
|
| ===================================================================
|
| --- src/liblzma/common/auto_decoder.c (revision 233270)
|
| +++ src/liblzma/common/auto_decoder.c (working copy)
|
| @@ -54,7 +54,7 @@
|
| coder->memlimit, coder->flags));
|
| } else {
|
| return_if_error(lzma_alone_decoder_init(&coder->next,
|
| - allocator, coder->memlimit));
|
| + allocator, coder->memlimit, true));
|
|
|
| // If the application wants to know about missing
|
| // integrity check or about the check in general, we
|
|
|