diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-23 13:28:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-23 13:28:52 +0000 |
commit | 830b38bd9aba3b182891b9a2d5cae8a220294dee (patch) | |
tree | 9e27fe71ad48090f0aaccec4e0b392c684942e32 /perl.c | |
parent | 71c9e11c8d320b29fd87c15e0557fc3957df10f4 (diff) | |
download | perl-830b38bd9aba3b182891b9a2d5cae8a220294dee.tar.gz |
This should make Stas happy.
p4raw-id: //depot/perl@20182
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -901,7 +901,8 @@ setuid perl scripts securely.\n"); /* [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0 * This MUST be done before any hash stores or fetches take place. * If you set PL_hash_seed (and assumedly also PL_hash_seed_set) yourself, - * it is your responsibility to provide a good random seed! */ + * it is your responsibility to provide a good random seed! + * You can also define PERL_HASH_SEED in compile time, see hv.h. */ if (!PL_hash_seed_set) PL_hash_seed = get_hash_seed(); { |