This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Chicken out: the hash randomisation is not on by default.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Jul 2003 00:03:33 +0000 (00:03 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Jul 2003 00:03:33 +0000 (00:03 +0000)
commitbed601927f5ca7f54b544d9e5ce1f77461311b68
tree76f5d01619419491feebf3cfa159cb51489543cd
parent183c3da10ba46f0626790e1aa75f641397137480
Chicken out: the hash randomisation is not on by default.
We switch over to the explicit mode: in other words, if
the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
randomise only if PL_hash_seed_set is FALSE (this means
one can use PERL_HASH() before perl_run.)  Also, since
now PERL_HASH_SEED is okay even under -T, all should be fine.
(Ha!)

p4raw-id: //depot/perl@20135
embed.fnc
embed.h
embedvar.h
intrpvar.h
perl.c
perl.h
perlapi.h
pod/perlrun.pod
proto.h
util.c