Re: [Bug-tar] 'BZh[1-9]' file in v7 format archive confuses GNU tar

2018-11-28 Thread Sergey Poznyakoff
Michał Górny ha escrit: > FWICS the problem is that one of the checksum variants evaluates to zero > and tar is rather lax on accepting null checksum string (with trailing > garbage) as zero. That's easy to fix (see the attached patch). I'm not quite convinced that it doesn't break backward comp

Re: [Bug-tar] 'BZh[1-9]' file in v7 format archive confuses GNU tar

2018-11-28 Thread Michał Górny
On Wed, 2018-11-28 at 14:32 +0200, Sergey Poznyakoff wrote: > Michał Górny ha escrit: > > > FWICS the problem is that one of the checksum variants evaluates to zero > > and tar is rather lax on accepting null checksum string (with trailing > > garbage) as zero. > > That's easy to fix (see the at