[exim-dev] [Bug 1376] New: exiqsumm still throws uninitializ…

Top Page
Delete this message
Reply to this message
Author: Gabor Funk
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1376] New: exiqsumm still throws uninitialized values occasionally ($src?)
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1376
           Summary: exiqsumm still throws uninitialized values occasionally
                    ($src?)
           Product: Exim
           Version: N/A
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: low
         Component: Unfiled
        AssignedTo: nigel@???
        ReportedBy: funk.gabor@???
                CC: exim-dev@???



Component: exiqsumm

Occasionally I get:

Use of uninitialized value $src in concatenation (.) or string at
/usr/sbin/exiqsumm line 124, <> line 2.
Use of uninitialized value $src in concatenation (.) or string at
/usr/sbin/exiqsumm line 124, <> line 5.


line 124 is:

      $domain = "\L$src > $1";



I'm not a perl wizard, but it looks to me that "$scr" is not initialized...


(Additional info: in 4.21, some variables were initialized,
"
Exim version 4.21
...
30. If exiqsumm was given junk data, it threw up some uninitialized variable
    complaints. I've now initialized all the variables, to avoid this.
"
but apparently $src was left out)



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email