]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
7zip reader: improve error message when encountering the ARM64 codec in an unexpected...
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sun, 3 Sep 2023 07:27:14 +0000 (09:27 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Sep 2023 07:27:14 +0000 (09:27 +0200)
This is a small followup to #1918.

libarchive/archive_read_support_format_7zip.c

index 97ec1f4364a6ea2605e89a85d7a9cee82ecfe2e4..051082bf7aa5289e6368e9a01096821b2a70ab63 100644 (file)
@@ -1388,6 +1388,7 @@ init_decompression(struct archive_read *a, struct _7zip *zip,
        case _7Z_IA64:
        case _7Z_ARM:
        case _7Z_ARMTHUMB:
+       case _7Z_ARM64:
        case _7Z_SPARC:
        case _7Z_DELTA:
                archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,