On Mon Feb 15, Philip Guenther wrote: > ...and since pax's tar format code only trims a single trailing slash, it > will loop even in that case if you add more than one trailing slash. > > Indeed, if you add more than one trailing slash in general then it'll > still hang despite your patch: to fix it the code needs to be able to > detect when its reached an arbitrary number of trailing slashes.
You're right, I didn't think about this case. On Tue Feb 16, Vadim Zhukov wrote: > I think we should change "if" to "while" in this function, too... > After that, okay zhuk@. For what it's worth, it looks good to me too.
