Re: [PATCH] Implement checksum verification for gunzip

2017-08-30 Thread Vladimir 'phcoder' Serbinenko
Committed, thanks Le Sun, May 1, 2016 à 2:33 PM, Stefan Fritsch a écrit : > This implements the crc32 check for the gzip format. Support for zlib's > adler checksum is not included, yet. > > diff --git a/contrib/grub2/grub-core/io/gzio.c > b/contrib/grub2/grub-core/io/gzio.c > index 0f2ea6b..432

Re: [PATCH] Implement checksum verification for gunzip

2017-07-20 Thread Stefan Fritsch
On Wed, 4 May 2016, Stefan Fritsch wrote: > On Tue, 3 May 2016, Andrei Borzenkov wrote: > > > 01.05.2016 15:32, Stefan Fritsch пишет: > > > This implements the crc32 check for the gzip format. Support for zlib's > > > adler checksum is not included, yet. > > > > > > > That looks fine, but i

Re: [PATCH] Implement checksum verification for gunzip

2016-05-04 Thread Stefan Fritsch
On Tue, 3 May 2016, Andrei Borzenkov wrote: > 01.05.2016 15:32, Stefan Fritsch пишет: > > This implements the crc32 check for the gzip format. Support for zlib's > > adler checksum is not included, yet. > > > > That looks fine, but it is something for post 2.02. Ping if it gets forgot. Sure

Re: [PATCH] Implement checksum verification for gunzip

2016-05-03 Thread Andrei Borzenkov
01.05.2016 15:32, Stefan Fritsch пишет: > This implements the crc32 check for the gzip format. Support for zlib's > adler checksum is not included, yet. > That looks fine, but it is something for post 2.02. Ping if it gets forgot. > diff --git a/contrib/grub2/grub-core/io/gzio.c > b/contrib

[PATCH] Implement checksum verification for gunzip

2016-05-01 Thread Stefan Fritsch
This implements the crc32 check for the gzip format. Support for zlib's adler checksum is not included, yet. diff --git a/contrib/grub2/grub-core/io/gzio.c b/contrib/grub2/grub-core/io/gzio.c index 0f2ea6b..432f0aa 100644 --- a/contrib/grub2/grub-core/io/gzio.c +++ b/contrib/grub2/grub-core/i