Hi,
I have descovered a bug in dbmail 1.1, when running under solaris:

In file: rfcmsg.c
in line 217: (function: db_start_msg())
trace(TRACE_DEBUG,"db_start_msg(): starting, stopbound: '%s'",stopbound)
has to be substituted by:
trace(TRACE_DEBUG,"db_start_msg(): starting, stopbound: 
'%s'",stopbound?stopbound:"<NULL>");
because stopbound can become NULL, and the printf-functions on 
non-glibc systems, crash if you feed them with a NULL-pointer.

-- 
Don't worry, be happy...
Ciao tex

Attachment: pgpjiRLqXWGrx.pgp
Description: PGP signature

Reply via email to