Bug 4531 - [review] PgSQL.pm passes wrong val to _quote_bytea.
Summary: [review] PgSQL.pm passes wrong val to _quote_bytea.
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: 3.1.0
Hardware: All other
: P5 blocker
Target Milestone: 3.1.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-15 15:52 UTC by Matthew Schumacher
Modified: 2005-08-15 08:12 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Patch File patch None Michael Parker [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schumacher 2005-08-15 15:52:29 UTC
pgsql.pm line 934: 

  my $escaped_token = _quote_bytea($_);

Should be: 

  my $escaped_token = _quote_bytea($token);
Comment 1 Michael Parker 2005-08-15 15:56:00 UTC
Created attachment 3076 [details]
Patch File
Comment 2 Michael Parker 2005-08-15 15:56:56 UTC
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.
Comment 3 Justin Mason 2005-08-15 16:03:27 UTC
+1
Comment 4 Sidney Markowitz 2005-08-15 16:07:50 UTC
+1
Comment 5 Michael Parker 2005-08-15 16:11:29 UTC
Sending        lib/Mail/SpamAssassin/BayesStore/PgSQL.pm
Transmitting file data .
Committed revision 232904.
Comment 6 Michael Parker 2005-08-15 16:12:05 UTC
Fixed