mafintosh / tar-stream

tar-stream is a streaming tar parser and generator.
MIT License
408 stars 92 forks source link

Pack large UID and GIDs as 777777 #56

Closed jbunton-atlassian closed 8 years ago

jbunton-atlassian commented 8 years ago

Right now trying to pack a file which has a UID greater than 262143 generates an invalid tar file.

This change replicates the behaviour of the CLI tar utility.

piranna commented 8 years ago

Thank you.