diff options
| author | Xin LI <delphij@FreeBSD.org> | 2025-12-21 16:14:28 -0800 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2025-12-21 16:14:28 -0800 |
| commit | 762f11d98d5cd57ebbe85c36e9e86a557a91fe4e (patch) | |
| tree | 68a816b0c83838511b1fbdc8cfb83a38154b4265 /src/liblzma/common/vli_decoder.c | |
| parent | 12eff5f0d8b7f4cf5c87b697cc5729d6c223e4c0 (diff) | |
Vendor import of xz 5.8.2 (trimmed)vendor/xz/5.8.2vendor/xz
Diffstat (limited to 'src/liblzma/common/vli_decoder.c')
| -rw-r--r-- | src/liblzma/common/vli_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/vli_decoder.c b/src/liblzma/common/vli_decoder.c index 3254ccc35bde..7fa5f47e10c4 100644 --- a/src/liblzma/common/vli_decoder.c +++ b/src/liblzma/common/vli_decoder.c @@ -38,7 +38,7 @@ lzma_vli_decode(lzma_vli *restrict vli, size_t *vli_pos, // Validate the arguments. if (*vli_pos >= LZMA_VLI_BYTES_MAX || (*vli >> (*vli_pos * 7)) != 0) - return LZMA_PROG_ERROR;; + return LZMA_PROG_ERROR; if (*in_pos >= in_size) return LZMA_BUF_ERROR; |
