bug-bash
[Top][All Lists]
Advanced

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

Re: 2.05b segfaults on extremely long "for" lists


From: Chet Ramey
Subject: Re: 2.05b segfaults on extremely long "for" lists
Date: Mon, 22 Jul 2002 16:04:04 -0400

> Machine Type: i486-incept-linux-gnu
> 
> Bash Version: 2.05b
> Patch Level: 0
> Release Status: release
> 
> Description:
> If I cause bash to run through a for loop with a great many arguments, it
> segfaults.  Probably an overflow somewhere...
> 
> Repeat-By:
> I managed to force a segfault with the following test:
> 
> [ kelledin@valhalla ~ ] # for FNAME in /usr/share/* \
> > /usr/share/*/*/* \
> > /usr/share/*/*/*/* \
> > /usr/share/*/*/*/*/*; do=20
> > file $FNAME;=20
> > done

I can't reproduce this on my FreeBSD or Linux (red hat) boxes,
interactively or from a script.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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