On Mon, 2014-06-09 at 09:23 +0200, Matus UHLAR - fantomas wrote:
> On 09.06.14 05:49, Karsten Bräckelmann wrote:
> > Found the culprit after some digging. Bug 6915 [1], revision 1453407. As
> > a band-aid, the following trivial one-line patch fixes it. Can easily be
> > applied manually.
> 
> can that by any chance fix problem with Date: in mail received by SSL ?
> That one behaves similarly...
> 
> http://mail-archives.apache.org/mod_mbox/spamassassin-users/201401.mbox/<20140131144406.GA28818%40fantomas.sk>

No, these are unrelated. The code change mentioned above affects
Templates Tags only.

And while a date-string related function is involved in this issue, the
underlying bug is calling that function with a bad argument. Besides,
all instances of calling that function are now correct.


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to