Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.2.0 dumping core on completion attempt



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