Skip to content

scripts: fix two Perl uninitialized value warnings#18047

Closed
vszakats wants to merge 2 commits intocurl:masterfrom
vszakats:perlfix
Closed

scripts: fix two Perl uninitialized value warnings#18047
vszakats wants to merge 2 commits intocurl:masterfrom
vszakats:perlfix

Conversation

@vszakats
Copy link
Copy Markdown
Member

Use of uninitialized value $errors in exit at .github/scripts/badwords.pl line 87.
Use of uninitialized value $o in concatenation (.) or string at ../.github/scripts/randcurl.pl line 99.

Follow-up to 2ec5455 #17877
Cherry-picked from #18042

vszakats added 2 commits July 28, 2025 01:26
```
Use of uninitialized value $errors in exit at .github/scripts/badwords.pl line 87.
```
https://github.com/curl/curl/actions/runs/16555656820/job/46816707042?pr=18042#step:3:6
```
Use of uninitialized value $o in concatenation (.) or string at ../.github/scripts/randcurl.pl line 99.
```
https://github.com/curl/curl/actions/runs/16555656814/job/46816707212?pr=18042#step:42:26
@vszakats vszakats added CI Continuous Integration script labels Jul 27, 2025
@vszakats vszakats closed this in 7509854 Jul 27, 2025
@vszakats vszakats deleted the perlfix branch July 27, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration script

Development

Successfully merging this pull request may close these issues.

1 participant