[Mimedefang] patch for smfi_getsymval()

stephen.nil stephen.nil at gmail.com
Sat Apr 4 05:16:44 EDT 2009


Hi, all

I try to use some milter programs, and find they sometimes core dump at smfi_getsymval().

Search by google, I found someone had reported it.
http://lists.roaringpenguin.com/pipermail/mimedefang/2008-October/034312.html

To avoid this problem, it need to modify the libmilter.

sendmail-8.14.3/libmilter/smfi.c 

832c832
<                       ++s;    /* points to next macro name */
---
>                       if( NULL != *s ) ++s;   /* points to next macro name */


Best Regards,

Stephen Liu






More information about the MIMEDefang mailing list