bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash segfaults on simple function


From: Scott McDermott
Subject: Re: bash segfaults on simple function
Date: Tue, 29 Jul 2003 14:21:48 -0400
User-agent: Mutt/1.2.5.1i

Paul Jarc on Tue 29/07 14:10 -0400:
> Scott McDermott <vaxerdec@frontiernet.net> wrote:
> > well maybe not allocation failure:
> >
> >         while true; do shift; done
> 
> No, it is allocation failure.  $search grows without bound:
> 
> >>>>                 search="$search%22$param%22";
> 
> I agree that an error message would be nice.

no but I'm saying that a simple

        while true; do shift; done

alone, will suffice to segfault the shell.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]