Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [bug report] 4.0.2 / 4.0.4 dumps core
- X-seq: zsh-workers 16274
- From: "Wischnowsky, Sven" <Sven.Wischnowsky@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: [bug report] 4.0.2 / 4.0.4 dumps core
- Date: Thu, 22 Nov 2001 09:09:22 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Bart wrote:
> I'm wondering if it wouldn't be more appropriate to duplicate
> the strings
> in compctl.c:dumphashtable() rather than simply allowing the
> completion
> code to poke bytes into the real reswdtab.
Yes, I thought about doing that, too, and I don't really care where
we put that ztrdup().
But it isn't the completion code. At least not for me. It SEGVed in
the pattern matching code (called from the completion code).
And I was tempted to change that code to at least test if it was
trying to write a '\0' onto the Null-byte at the end of a string.
Bye
Sven
Messages sorted by:
Reverse Date,
Date,
Thread,
Author