mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
17272: inner function definition could define nonsense
This commit is contained in:
parent
7f7f6ca1ba
commit
b14be97dfd
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-06-02 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
|
||||
|
||||
* ?????: Src/parse.c: `outer() { inner(); }' succeded; when outer
|
||||
ran it created a bogus `inner' which crashed the shell. Make
|
||||
original command issue error.
|
||||
|
||||
2002-05-31 Clint Adams <clint@zsh.org>
|
||||
|
||||
* unposted: zshconfig.ac: get rid of evil -Wno-implicit
|
||||
|
|
|
@ -1566,6 +1566,8 @@ par_simple(int *complex, int nr)
|
|||