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 2005/08/16 00:52:29 UTC

[Bug 4531] New: PgSQL.pm passes wrong val to _quote_bytea.

http://bugzilla.spamassassin.org/show_bug.cgi?id=4531

           Summary: PgSQL.pm passes wrong val to _quote_bytea.
           Product: Spamassassin
           Version: 3.1.0
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamassassin
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: matt.s@aptalaska.net


pgsql.pm line 934: 

  my $escaped_token = _quote_bytea($_);

Should be: 

  my $escaped_token = _quote_bytea($token);



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

[Bug 4531] PgSQL.pm passes wrong val to _quote_bytea.

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4531


parkerm@pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
   Target Milestone|Undefined                   |3.1.0






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

[Bug 4531] PgSQL.pm passes wrong val to _quote_bytea.

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4531





------- Additional Comments From parkerm@pobox.com  2005-08-15 15:56 -------
Created an attachment (id=3076)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=3076&action=view)
Patch File




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

[Bug 4531] [review] PgSQL.pm passes wrong val to _quote_bytea.

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4531





------- Additional Comments From jm@jmason.org  2005-08-15 16:03 -------
+1



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

[Bug 4531] [review] PgSQL.pm passes wrong val to _quote_bytea.

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4531


parkerm@pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|PgSQL.pm passes wrong val to|[review] PgSQL.pm passes
                   |_quote_bytea.               |wrong val to _quote_bytea.




------- Additional Comments From parkerm@pobox.com  2005-08-15 15:56 -------
This borders on trivial, and is a must for release.

So, pleae vote.  Although, given a day or so I'll probably just go ahead and
commit, calling it trivial.



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

[Bug 4531] [review] PgSQL.pm passes wrong val to _quote_bytea.

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4531





------- Additional Comments From sidney@sidney.com  2005-08-15 16:07 -------
+1



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

[Bug 4531] [review] PgSQL.pm passes wrong val to _quote_bytea.

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4531


parkerm@pobox.com changed:

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




------- Additional Comments From parkerm@pobox.com  2005-08-15 16:12 -------
Fixed



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

[Bug 4531] [review] PgSQL.pm passes wrong val to _quote_bytea.

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4531





------- Additional Comments From parkerm@pobox.com  2005-08-15 16:11 -------
Sending        lib/Mail/SpamAssassin/BayesStore/PgSQL.pm
Transmitting file data .
Committed revision 232904.




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