handle problems with incomplete gzip headers
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 31 Aug 2017 11:37:10 +0000 (13:37 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:09 +0000 (13:34 +0200)
commit5bd2d4b548e98898545920d437a51402e50ed5eb
tree42d195f0e3b2d2c69f14eb17b7f382e149c6906d
parent37ccf5bcf414845774d72444cd216352a68b8898
handle problems with incomplete gzip headers

Throw the appropriate exn to signal EOF or malformed data
conditions when tentatively parsing GZip headers.
deltatar/tarfile.py