> > I think there is a bug in FVWM's parameter expansion.
> > FVWM crashes with a simple command such as:
> > 
> > Echo $[0]
> 
> Is this supposed to be fixed? FVWM still crashes on my system
> when I type "Echo $[0]" in FvwmConsole.

__eae_parse_range() is screwy:

sscanf(input, "%u-%n", ...

returns 1 when input = "0". (which is the case for $[0])
Then variable 'n' has some undefined value which causes an illegal
memory access at expand.c:232

Scott. :)

Reply via email to