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

Re: Bug: zsh crashed when completing with pattern



> 2026/03/06 22:55、Jun. T <takimoto-j@xxxxxxxxxxxxxxxxx>のメール:
> 
> (1) module.c:3044
(snip)
> 
> I'm not sure whether zsh should issue an error or just consider 'nothing
> matches with a broken pattern'.

At module.c:3139, it seems that it is trying to consider the broken pattern
'arg' as a literal string, but somewhat in a wrong way? (both patprogs
and patprogs[iarg] should be non NULL). Similar code can also be found at
Modules/watch.c:450.



Messages sorted by: Reverse Date, Date, Thread, Author