Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.2.0 dumping core on completion attempt
- X-seq: zsh-workers 19989
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zsh 4.2.0 dumping core on completion attempt
- Date: Fri, 28 May 2004 11:43:55 +0200
- In-reply-to: <3888.1085737050@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040528054001.36732.qmail@xxxxxxxxxxxxxxxxxxxxxxx> <3888.1085737050@xxxxxxxxxxxxxxxxxxxxx>
I wrote:
>
> We've got o->word == "xmmap", n->word == NULL and o->wlen == n->wlen.
> So it might be a bug elsewhere that allows n->word == NULL or it might
> be an omission that it isn't checked. Presumably n->wlen == 0 but is
> that a length or an initial value?
Sorry, we can of course see that n->word == 1. So we need to work out
how we got n->word == NULL and n->wlen == 1 before it got to
cmp_anchors().
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author