]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Silence a warning from Coverity static analysis
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 19 Apr 2024 19:04:21 +0000 (22:04 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 20 Apr 2024 09:09:37 +0000 (12:09 +0300)
commit6aa2a6deeba04808a0fe4461396e7fb70277f3d4
tree9ef312fbb6c911ed232f20913a0d07f30bb078de
parente89d3e83b4496d0b5410870634970c0aa9721d59
liblzma: Silence a warning from Coverity static analysis

It is logical why it cannot know for sure that the value has
to be at most 4 if it is less than 16.

The x86 filter is based on a very old LZMA SDK version. Newer
ones have quite a different implementation for the same filter.

Thanks to Sam James.
src/liblzma/simple/x86.c