Implement checksum verification for gunzip
authorStefan Fritsch <sf@sfritsch.de>
Sun, 1 May 2016 12:32:30 +0000 (14:32 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 30 Aug 2017 14:07:54 +0000 (16:07 +0200)
commitb18ce97c672615bb5ac44883676b37a9ec758d83
tree37bfd3b05a12b6d128b65a9f3da58918eb84de80
parentc42acc23ff91ea0170eab5f1e10499dcfc4e0c92
Implement checksum verification for gunzip

This implements the crc32 check for the gzip format. Support for zlib's
adler checksum is not included, yet.
grub-core/io/gzio.c