halostatue / minitar

Minimal pure-ruby support for POSIX tar(1) archives.
Other
38 stars 27 forks source link

When the large filename is greater than 512, `Reader` is not handling it. #46

Closed bv-vijay closed 2 months ago

bv-vijay commented 1 year ago

we are not using large filename header's and read accordingly instead of reading only one block i.e name = @io.read(512).rstrip