Mark wrote: > For the archive I'm forwarding this to the list:
> From: Martin Blapp <[EMAIL PROTECTED]> > Date: Tue Jun 14 01:59:18 2005 > Hi, >> first to all of you thank you a lot for testing my examples. It is >> interesting that it runs fine on FreeBSD and it crashes during razor with >> RH/FC (Bill), Debian (Gary), SuSE and gentoo (tested by myself). >>I found today some RH Linux (2.6.11-7.2.0) with perl 5.8.6, and it fails >>there too - but not on any version of Perl/FreeBSD I found around. > That's because I've fixed it there. See in the patch files directory of > the port collection. Half a year ago I also submitted two PR's to the > razor folks, unfortunately there was no reaction ... Yes, I tried the new 2.72 on a Red Hat 9.0 machine with hopes that Vupil was aware of the problem and had fixed it, but it still Segfaulted. Looking at your patch, in deHTMLxs.xs I replaced: *(raw + size) = '\0'; with *(raw + size - 1) = '\0'; recompiled and reinstalled, then it did not Segfault. > See: > http://sourceforge.net/tracker/index.php?func=detail&aid=1003857&group_id=3978&atid=303978 > Martin > Martin Blapp, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> > ------------------------------------------------------------------ > ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH > Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 > PGP: <finger -l [EMAIL PROTECTED]> > PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E > ------------------------------------------------------------------ Gary V ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
