diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-20 04:54:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-20 04:54:53 +0000 |
commit | 4ff4de3d6f443a39a0d7f7bfd4b1abb80450a286 (patch) | |
tree | e9a08ee62f26a14c0e39ec84ea16f867ce892576 /Configure | |
parent | 7fdaed000434f693cab6f7bec2fc8c5a9d1778d0 (diff) | |
download | perl-4ff4de3d6f443a39a0d7f7bfd4b1abb80450a286.tar.gz |
After some reading I don't think we can blindly
use systems' realpath(). Too many security problems,
too many buggy implementations.
TODO: the realpath() emulation code in util.c doesn't
seem fully operational? (readlink(), for example?)
p4raw-id: //depot/perl@10744
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Jun 20 02:24:20 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Wed Jun 20 08:47:08 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -485,7 +485,6 @@ d_seekdir='' d_telldir='' d_readlink='' d_readv='' -d_realpath='' d_recvmsg='' d_rename='' d_rmdir='' @@ -11407,10 +11406,6 @@ eval $inlibc set readv d_readv eval $inlibc -: see if realpath exists -set realpath d_realpath -eval $inlibc - : see if recvmsg exists set recvmsg d_recvmsg eval $inlibc @@ -16717,7 +16712,6 @@ d_quad='$d_quad' d_readdir='$d_readdir' d_readlink='$d_readlink' d_readv='$d_readv' -d_realpath='$d_realpath' d_recvmsg='$d_recvmsg' d_rename='$d_rename' d_rewinddir='$d_rewinddir' |