* ltmain.in (tmpdir): Do not accept an existing directory, and

force its mode to 700, for security reasons.
Reported by Joseph S. Myers <jsm28@cam.ac.uk>
This commit is contained in:
Alexandre Oliva 2000-03-29 06:48:06 +00:00 committed by Alexandre Oliva
parent 508df1487b
commit d642136ca5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-03-29 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* ltmain.in (tmpdir): Do not accept an existing directory, and
force its mode to 700, for security reasons.
Reported by Joseph S. Myers <jsm28@cam.ac.uk>
2000-03-27 Thomas Tanner <tanner@ffii.org>
* NEWS: reformatting

View File

@ -3426,7 +3426,7 @@ else
# If there was a directory component, then change thisdir.
if test \"x\$destdir\" != \"x\$file\"; then
case \"\$destdir\" in
[\\/]* | [A-Za-z]:[\\/]*) thisdir=\"\$destdir\" ;;
[\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
*) thisdir=\"\$thisdir/\$destdir\" ;;
esac
fi