From b69a6c5bec3bf610a5037c24302a20b0176830d6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 14:32:47 +0200 Subject: [PATCH] randcurl.pl: initialize variables --- .github/scripts/randcurl.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/scripts/randcurl.pl b/.github/scripts/randcurl.pl index 84804d6960..1c90ea5616 100755 --- a/.github/scripts/randcurl.pl +++ b/.github/scripts/randcurl.pl @@ -31,6 +31,14 @@ if(!$seconds) { } print "Run $curl for $seconds seconds\n"; +my @opt; +my %arg; +my %uniq; +my %allrc; + +my $totalargs = 0; +my $totalcmds = 0; + my $counter = 0xabcdef + time(); sub getnum { my ($max) = @_;