From: Paul Eggert Date: Fri, 24 Sep 2010 20:13:25 +0000 (-0700) Subject: tar: -x -C symlink fix X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=c5c196310edddc0411cc312e45645a1a87b02793;hp=c5c196310edddc0411cc312e45645a1a87b02793;p=chaz%2Ftar tar: -x -C symlink fix * src/misc.c (chdir_do): Don't use O_NOFOLLOW when opening the argument to -C. This is for consistency with "tar -c -C FOO", and matches the new documentation. * tests/extrac14.at: New file. * tests/Makefile.am (TESTSUITE_AT): Add it. * tests/testsuite.at: Include it. ---