Ticket #2201: file name length limit in tar archive
commit90d019a4998794eab2772cb1d2382f65af8e9858
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 28 Aug 2011 14:33:39 +0000 (28 18:33 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 28 Aug 2011 14:41:27 +0000 (28 18:41 +0400)
tree0908ac744d1d209734c088d1f2fb2009b5aa5037
parentbf3dafba01ca020cd110dc8f63aa2131b4aa260c
Ticket #2201: file name length limit in tar archive

The problem: extracting deep files from an archive containing long directory/file
names, filenames are cut off at 100 characters (length of the whole path
inside the archive).

In general, the TarVFS is scheduled for total reimplementation. But this
fix is useful for stable releases.

Thanks AVFS (avf.sf.net) for the code of this fix.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/vfs/tar/tar.c