]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Check the value of lzma_stream_flags.version in --list.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 26 Jun 2013 10:30:57 +0000 (13:30 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 26 Jun 2013 10:31:19 +0000 (13:31 +0300)
commite11888a79a4a77a69afde60445880d44f63d01aa
tree3bcb4b8d2771a37dba97772a509a9ee282312720
parentf39ddd88f3222219ada88998cf30abfdd3e0e96c
xz: Check the value of lzma_stream_flags.version in --list.

It is a no-op for now, but if an old xz version is used
together with a newer liblzma that supports something new,
then this check becomes important and will stop the old xz
from trying to parse files that it won't understand.
src/xz/list.c