1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00

22375, 22376: ${(0)...} splits on NULL byte

This commit is contained in:
Peter Stephenson 2006-03-22 18:32:46 +00:00
parent 7b7905fedb
commit 16f7f6961f
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-03-22 Peter Stephenson <pws@csr.com>
* 22375 with tweak from Wayne, 22376: Doc/Zsh/expn.yo,
Src/subst.c: ${(0)...} splits on null bytes.
2006-03-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
* zsh-users/10047 : Doc/Zsh/zle.yo, Src/Zle/zle_thingy.c,

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1274,6 +1274,13 @@ paramsubst(LinkList l, LinkNode n, char **str, int qt, int ssub)