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
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