[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fixes for 2.99.42




On Wed, 27 Nov 1996, Swen Thuemmler wrote:

> Hi,
> 
> I had to make the following changes to make smtp work reliably. The first
> fixes a coredump, since hdr is not assigned, the second adds the
> initialization of SS.pipespace I mentioned in an earlier message.

Just after sending the message, I found another core from smtp. It seems
there is another initialization missing: SS.pipeindex should be zero. The
crash occured in line 2160 in smtp.c (trying to
free(SS->pipecmds[SS->pipeindex-1]), but SS->pipecmds is NULL).

Greetings, Swen