Christian Ebner ac30bc3326 src/pxar/decoder.rs: correctly read, check and skip filename
The previous implementation simply skipped over `size` bytes, which is not
correct as size includes also the header.
By relying on `SequentailDecoder`s read_filename function, this is correctly
taken care of plus some more integrity checks.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-09-10 10:30:21 +02:00
..
2019-08-21 14:11:07 +02:00
2019-09-02 15:17:58 +02:00
2019-09-03 11:17:33 +02:00
2019-09-09 10:51:08 +02:00
2019-02-21 09:36:52 +01:00
2019-08-21 14:14:26 +02:00
2019-09-02 15:17:58 +02:00
2019-09-03 11:16:30 +02:00