What is the intended behaviour for this sort of thing?:

$ cat <<"EOF" >trouble
hello ()
{
    pwd
}
alias pwd="hello"
EOF
$ source trouble
$ source trouble
$ pwd

The behaviour I've observed with bash-3.2 and several earlier releases
is that bash consumes all available memory and then crashes.

Tim.
*/

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to