mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 22:51:17 +02:00
25989: fix crash in matching
This commit is contained in:
parent
6dbf2f2f4a
commit
d41c6098b4
2 changed files with 32 additions and 36 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-11-02 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 25989: Src/Zle/computil.c: Slight improvement for multibyte
|
||||||
|
characters in matching to prevent crash.
|
||||||
|
|
||||||
2008-11-02 Clint Adams <clint@zsh.org>
|
2008-11-02 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 25988: Completion/Darwin/Command/_fink,
|
* 25988: Completion/Darwin/Command/_fink,
|
||||||
|
|
|
@ -4024,7 +4024,17 @@ cfp_matcher_range(Cmatcher *ms, char *add)
|
||||||