On Fri, 14 Jul 2006, Scott Smedley wrote:
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.
I am using current version of CVS.
Scott.
There is something wrong with __eae_parse_range. I'm not that good on
sscanf, but I think that it will match "%u-%n" even for "0" and return a
good number, meaning that n will have a random value. Then it might
segfaut later on *input == 0 since input += n
/Viktor