5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2025-01-06 21:17:40 +03:00
pxar/tests/simple
Wolfgang Bumiller 318462ea3d fix decode_entry on special files
When using the random accessor to access FIFOs or sockets,
the ranged reader limits the data to only that entry, and
the `decode_entry` will never see a `PAYLOAD` or
`GOODBYE_TABLE` item to finish the entry.
Instead, it'll reach EOF and we need to handle this.
The accessor now tells the decoder to expect EOF as a valid
condition for ending the entry.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-12-15 11:34:15 +01:00
..
fs.rs add some random access tests with hardlinks 2020-06-26 14:12:57 +02:00
main.rs fix decode_entry on special files 2020-12-15 11:34:15 +01:00