]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
7z: add liblzma EOPM reference 2699/head
authorMostyn Bramley-Moore <mostyn@antipode.se>
Tue, 15 Jul 2025 20:13:10 +0000 (22:13 +0200)
committerMostyn Bramley-Moore <mostyn@antipode.se>
Tue, 15 Jul 2025 20:13:10 +0000 (22:13 +0200)
This is useful for developers trying to understand the 7z read support code.

libarchive/archive_read_support_format_7zip.c

index 84626128770273c8753e5595a261e808f8b6e9df..5954627331042f63a0f9d57c909f5eb48fa3581e 100644 (file)
@@ -1393,7 +1393,8 @@ init_decompression(struct archive_read *a, struct _7zip *zip,
                 * size to liblzma when using lzma_raw_decoder() liblzma
                 * could correctly deal with BCJ+LZMA. But unfortunately
                 * there is no way to do that.
-                * Discussion about this can be found at XZ Utils forum.
+                *
+                * Reference: https://web.archive.org/web/20240405171610/https://www.mail-archive.com/xz-devel@tukaani.org/msg00373.html
                 */
                if (coder2 != NULL) {
                        zip->codec2 = coder2->codec;