thanks frank, cvs has been updated.

Frank Reker heeft op vrijdag, 28 maa 2003 om 17:25 (Europe/Amsterdam) het volgende geschreven:

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
<mime-attachment>

_________________________
R.A. Rozendaal
ICT Manager
IC&S
T: +31 30 2322878
F: +31 30 2322305
www.ic-s.nl

Reply via email to