SA Bugzilla – Bug 4531
[review] PgSQL.pm passes wrong val to _quote_bytea.
Last modified: 2005-08-15 08:12:05 UTC
pgsql.pm line 934: my $escaped_token = _quote_bytea($_); Should be: my $escaped_token = _quote_bytea($token);
Created attachment 3076 [details] Patch File
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.
+1
Sending lib/Mail/SpamAssassin/BayesStore/PgSQL.pm Transmitting file data . Committed revision 232904.
Fixed