1
0
Fork 0
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:
Peter Stephenson 2008-11-02 17:36:26 +00:00
parent 6dbf2f2f4a
commit d41c6098b4
2 changed files with 32 additions and 36 deletions

View file

@ -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,

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -4024,7 +4024,17 @@ cfp_matcher_range(Cmatcher *ms, char *add)