]> git.ipfire.org Git - thirdparty/grub.git/commit
xen: Fix parsing of XZ kernel. phcoder/xenfixes
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 6 Feb 2017 23:47:23 +0000 (00:47 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 6 Feb 2017 23:47:23 +0000 (00:47 +0100)
commitefff615f36b7319378e89f7c5dd04a855be351bb
treed72766fe55824999d536dc0417842becd6a0e149
parent8a96fc409373fffda99e18a8438ddfc6bb787bc8
xen: Fix parsing of XZ kernel.

In case of xz, the uncompressed size is appended to xz data which confuses
our xz decompressor. Trim it.
grub-core/loader/i386/xen_file.c