Fix opkg doesn't handle long link/path names in tar files well
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 21 Sep 2009 10:11:52 +0000 (10:11 +0000)
committerticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 21 Sep 2009 10:11:52 +0000 (10:11 +0000)
commitfc7384c7d44650e9caa25a2f57c05ae9fea7d870
tree6bc8dd365a7c3fa5919cf2787d665463ce8e3890
parent3635a6e7099906551fe89102b4026b387e12a1d1
Fix opkg doesn't handle long link/path names in tar files well

1. provide opkg with a tar file that has a link name that is 100
characters
    or
2. provide opkg with a tar file that has a 'path_prefix' of 155
characters.

Thanks to pblack88@gmail.com
http://code.google.com/p/opkg/issues/detail?id=21

git-svn-id: http://opkg.googlecode.com/svn/trunk@217 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
libbb/unarchive.c