minitar icon indicating copy to clipboard operation
minitar copied to clipboard

When tarball is created with a long filename with size of 512 or multiples of 512, GNU tar is raising `tar: A lone zero block at `

Open bv-vijay opened this issue 1 year ago • 4 comments

This change is Reviewable

bv-vijay avatar Aug 25 '23 06:08 bv-vijay

Can we add a unit test for this?

halostatue avatar Aug 25 '23 14:08 halostatue

Please rebase against main; I modified the CI behaviour some because truffleruby+graalvm-head has turned out to be fairly unstable and we can’t see the results of the tests based on this.

halostatue avatar Aug 25 '23 14:08 halostatue

@halostatue I have rebased it against main. To write a valid test case, We need to fix the reader(https://github.com/halostatue/minitar/issues/46). I will fix the reader first and then update the test case here.

bv-vijay avatar Aug 26 '23 15:08 bv-vijay

@bv-vijay Did you ever get a chance to fix the Reader issue, or can you provide a sample tarball that exhibits the error on #46 so that I can examine it?

halostatue avatar Jul 22 '24 13:07 halostatue

We have a resolution for #46 with #49. Based on investigations, I will be merging this after #49 and then I will release 0.12.

halostatue avatar Aug 06 '24 20:08 halostatue