mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
20490: Don't assume null termination for test string in pattern matching.
This commit is contained in:
parent
cf89569c45
commit
a82a2564dd
3 changed files with 237 additions and 104 deletions
335
Src/pattern.c
335
Src/pattern.c
|
@ -179,6 +179,7 @@ typedef union upat *Upat;
|
|||