You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2006/09/08 05:05:49 UTC

[Bug 5094] New: Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094

           Summary: Use of uninitialized value in pattern match (m//) at
                    AntiVirus.pm line 105
           Product: Spamassassin
           Version: 3.1.5
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Plugins
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: spamassassin@dostech.ca


I've been seeing a few of these lately.  It's not immediately obvious to me why.

Sep  4 12:02:23 wally spamd[18882]: Use of uninitialized value in pattern match
(m//) at /usr/lib/perl5/site_perl/5.8.6/Mail/S
pamAssassin/Plugin/AntiVirus.pm line 105, <GEN1371> line 198.

[dos@wally ~]$ spamassassin -V
SpamAssassin version 3.1.5
  running on Perl version 5.8.6



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] [review] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Use of uninitialized value  |[review] Use of
                   |in pattern match (m//) at   |uninitialized value in
                   |AntiVirus.pm line 105       |pattern match (m//) at
                   |                            |AntiVirus.pm line 105
  Status Whiteboard|                            |needs 2 votes




------- Additional Comments From spamassassin@dostech.ca  2006-09-29 11:35 -------
[dos@FC5-VPC trunk]$ svn ci -m "bug 5094: check for unit'd value used in
AntiVirus.pm"
Sending        lib/Mail/SpamAssassin/Plugin/AntiVirus.pm
Transmitting file data .
Committed revision 451380.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.1.6






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] [review] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094





------- Additional Comments From jm@jmason.org  2006-10-03 11:30 -------
+1 -- makes sense to be defensive there



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] [review] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From spamassassin@dostech.ca  2006-10-03 16:02 -------
fixed



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094





------- Additional Comments From spamassassin@dostech.ca  2006-09-29 11:34 -------
Created an attachment (id=3708)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3708&action=view)
suggested patch 




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094





------- Additional Comments From spamassassin@dostech.ca  2006-09-08 03:07 -------
Created an attachment (id=3689)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3689&action=view)
trigger email




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] [review] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094


sidney@sidney.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|needs 1                     |ready to commit




------- Additional Comments From sidney@sidney.com  2006-10-03 15:29 -------
+1



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094





------- Additional Comments From spamassassin@dostech.ca  2006-09-28 19:37 -------
Hrm...  $p->raw()->[0] is undefined at line 111.  I currently know nothing about
how find_parts works, so I have no idea if that should be expected or not.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] [review] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094


jm@jmason.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|needs 2 votes               |needs 1






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5094] [review] Use of uninitialized value in pattern match (m//) at AntiVirus.pm line 105

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5094





------- Additional Comments From spamassassin@dostech.ca  2006-10-03 16:00 -------
[dos@FC5-VPC 3.1]$ svn ci -m "bug 5094: check for unit'd value used in AntiVirus.pm"
Sending        lib/Mail/SpamAssassin/Plugin/AntiVirus.pm
Transmitting file data .
Committed revision 452671.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.