diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-02 17:21:54 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-02 17:21:54 +0000 |
commit | 4ed8c26c50dea84a01903e6d80b68701d9c4f3c0 (patch) | |
tree | c35b85c5cf130f31c96cb8d33191ddbe5f696ade /ChangeLog | |
parent | 0f398e9d2fd4f653cf24456bf4fbb4ce277f98e7 (diff) | |
download | zsh-4ed8c26c50dea84a01903e6d80b68701d9c4f3c0.tar.gz zsh-4ed8c26c50dea84a01903e6d80b68701d9c4f3c0.tar.xz zsh-4ed8c26c50dea84a01903e6d80b68701d9c4f3c0.zip |
12133: Protect completion system from stray error output and assorted fatal
errors when expanding strings taken from the command line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5276d12f0..81a1d3a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-07-02 Bart Schaefer <schaefer@zsh.org> + + * 12133: Completion/Core/_expand, Completion/Core/_path_files: + Discard error output from parameter expansions and use "eval" to + protect the completion system from parse errors and other garbage + in the strings taken from the command line. + 2000-06-29 Sven Wischnowsky <wischnow@zsh.org> * 12125: Src/parse.c, Test/09funcdef.ztst: fix for `foo () print |