From f633eda2df13cdb685e6bbe3d5b3596bbc317116 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 29 Sep 2009 14:45:01 +0200 Subject: [PATCH] =?utf8?q?sramd=20mit=20diesem=20Aufruf=20ist=20tats=C3=A4?= =?utf8?q?chlich=20unsicherer=20als=20garkein=20srand=20Aufruf,=20also=20w?= =?utf8?q?eg=20damit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Auth.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/SL/Auth.pm b/SL/Auth.pm index 97f1d8270..0c8e3b340 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -517,9 +517,6 @@ sub expire_sessions { sub _create_session_id { $main::lxdebug->enter_sub(); - my @secs = gettimeofday(); - srand $secs[1] + $$; - my @data; map { push @data, int(rand() * 255); } (1..32); -- 2.20.1