Open
Description
I use the library to compress logs in a streaming manner, without saving a temporary file or storing to memory (RAM and diskspace restriction).
When I use the tar writer to archive active files (logs) the size of the tar header doesn't match the file in the tar, because the file has increased in size between the time the header was created and the file was fully read.
This result in the tar entry being corrupted, and sometime it can also result in the file in question not being recoverable.
Repro steps: Create a tar archive with a file that is being written in actively.
The fix is to stop reading the file at the size set by the tar header. Attached is the proposed fix as a git patch
tarCorruption.patch
Metadata
Metadata
Assignees
Labels
No labels