On 3/31/18 9:09 PM, Harald van Dijk wrote:
Test case:

   >a
   ln -s a b
   ln b c
   mkdir new
   tar cf - a b c | tar -C new -xf -

Apologies...

This is a botched test case. Because this doesn't actually delay the symlink creation, I didn't notice the delayed symlink handling creating the links in reverse order, causing my patch to not work correctly.

Will re-work the patch and double-check my test case against official busybox to verify that my next attempt actually fixes the problem.
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to