Repo Added
|
Files
144
|
Badge
README BADGES
|
push
gitlab-ci
fix: Allow blocks of zeroes after ArchiveEOF The tar format says [1]: > The end of an archive is marked by at least two consecutive zero-filled records. Which means that if a file a is valid tar archive, a copy of the file with blocks of zeroes appended to its end is still a valid archive, with the same content. Thus we cannot consider extra zeroes in a file for which libarchive tells us `ARCHIVE_EOF` as superflous data. [1] https://en.wikipedia.org/wiki/Tar_(computing)#File_format Ticket: MEN-7810 Changelog: none Signed-off-by: Vratislav Podzimek <vratislav.podzimek@northern.tech> (cherry picked from commit 7a8c7a05d)
11 of 11 new or added lines in 1 file covered. (100.0%)
7207 of 9042 relevant lines covered (79.71%)
12100.27 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1582292630 | pr_1704 | fix: Allow blocks of zeroes after ArchiveEOF The tar format says [1]: > The end of an archive is marked by at least two consecutive zero-filled records. Which means that if a file a is valid tar archive, a copy of the file with blocks of zeroes ... | push | gitlab-ci |
79.71 |