Re: [PATCH] Re: mutt IMAP seg-fault in imap/browse.c
On Wednesday, 04 January 2006 at 15:13, Phil Pennock wrote:
> On 2006-01-04 at 12:28 +0100, Phil Pennock wrote:
> > I can now reproduce this.
>
> Solved; unitialised stack-allocated structure.
>
> With patch below, I can no longer replicated this segfault.
Thanks! I've just committed what may be a slightly more robust version
of this patch (zeros out list.name before every imap_cmd_step, in case
non-list responses are interleaved with list responses).