copyFile could call chmod on a symlink, changing the perms

of the pointed to file.  Minor fix to tar for directory handling.
 -Erik
This commit is contained in:
Erik Andersen
2000-01-27 19:50:47 +00:00
parent ccc7488615
commit ce5b466bcc
4 changed files with 23 additions and 17 deletions

1
tar.c
View File

@@ -596,6 +596,7 @@ readHeader (const TarHeader * hp, int fileCount, char **fileTable)
chmod(outName, mode);
return;
}
return;
}
/*