http://bugzilla.spamassassin.org/show_bug.cgi?id=4366
------- Additional Comments From [EMAIL PROTECTED] 2005-05-25 22:16 ------- (In reply to comment #1) > with the magic of valgrind, I think r178579 may fix it. with Michael's double-entry fix, yep, that did it ;) However I have *no* idea why it was working on linux without the double-entry fix; that should not behave differently between platforms. (the strdup()/strcpy() bug differs between platforms, because it's an off-by-one error that leaves the strings unterminated. on linux, memory is prefilled with 0 bytes on malloc, not so on BSD and Solaris platforms.) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
