mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* 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:
parent
508df1487b
commit
d642136ca5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user