diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-17 20:26:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-17 20:26:05 +0000 |
commit | 85b00bb0f7c60b9f4da5261633221cc200a0ab7f (patch) | |
tree | 598aa356ec9a9e703ecd3223c54690ec259e42c8 /ChangeLog | |
parent | 815e52cdbf0a62bf795d5af8e7089aaca5709806 (diff) | |
download | zsh-85b00bb0f7c60b9f4da5261633221cc200a0ab7f.tar.gz zsh-85b00bb0f7c60b9f4da5261633221cc200a0ab7f.tar.xz zsh-85b00bb0f7c60b9f4da5261633221cc200a0ab7f.zip |
29703: crash when failing to parse process substitutions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 76eb0d1dc..fa352b0e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-08-17 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 29703: Src/exec.c, Src/subst.c, Test/D03procsubst.ztst: + * users/16253, users/16255: Src/utils.c, Test/D04parameter.ztst: A nulstring should be split like an empty string. @@ -15297,5 +15299,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5438 $ +* $Revision: 1.5439 $ ***************************************************** |