implement tolerant GNU tar header parser
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 25 Aug 2017 12:23:17 +0000 (14:23 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:09 +0000 (13:34 +0200)
commit8fc6040c3398ac76a76d84018dac6bc2b8015dca
tree1d60d84b0973545caa5b607e105e2f5b59f96725
parent65b35c42f15acfff815055105400dde1e39dd703
implement tolerant GNU tar header parser

When skimming a file for tar objects, only consider the GNU
header magic and whether the blocks are aligned.
deltatar/tarfile.py