]> Dogcows Code - chaz/tar/commit
tar: go back to absolutifying filenames in normalize_filename for now
authorPaul R. Eggert <eggert@cs.ucla.edu>
Fri, 16 Jul 2010 17:25:02 +0000 (10:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Jul 2010 22:47:46 +0000 (15:47 -0700)
commit427b3b8c79b64f6ca08adbfcea7aa54f4496f124
tree5d83041bbb0d06fe7f1cc1ef60fe0e85cd75e1ac
parentc1b30c268f8517bfe61fe253a34613584351efc0
tar: go back to absolutifying filenames in normalize_filename for now

* src/misc.c (normalize_filename): For now, go back to making
filenames absolute, even though this causes 'tar' to fail when
getcwd fails.  However, do not attempt to resolve ".." as this
does not work with symlinks.  Also, do the right thing with
leading file system prefixes and on hosts where // != /.
src/misc.c
This page took 0.020953 seconds and 4 git commands to generate.