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-13 12:29:00 +02:00
2019-04-25 11:01:33 +00:00
2019-04-11 12:18:04 +02:00
2019-09-02 11:40:22 +02:00
2019-09-02 15:21:56 +02:00
2019-06-07 13:14:03 +02:00
2019-08-22 13:44:57 +02:00
Description
No description provided
14 MiB
Languages
Rust 88.1%
JavaScript 11.3%
Makefile 0.3%
CSS 0.2%