exim script warns of uninitialized value $SelfSigned
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
logwatch (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Description: Ubuntu 22.04.1 LTS
Release: 22.04
logwatch:
Installed: 7.5.6-1ubuntu1
Candidate: 7.5.6-1ubuntu1
Version table:
*** 7.5.6-1ubuntu1 500
500 http://
100 /var/lib/
The mailed report contains this section:
------
Use of uninitialized value $SelfSigned in concatenation (.) or string at /usr/share/
--- Self-Signed Certificate in use ( Time(s))
------
I suspect this relates to line 98 which does a push, without incrementing $SelfSigned (like it does on line 275). Or simpler: the variable should be set to 0 at the start.
description: | updated |